Statement
org.nlogo.compile.api.Statement
class Statement(val coreCommand: Command, var command: Command, _args: Buffer[Expression], val sourceLocation: SourceLocation) extends Application
represents a NetLogo statement. Statements only have one form: command application.
Attributes
- Source
- AstNode.scala
- Graph
-
- Supertypes
-
trait Applicationtrait AstNodetrait AstNodetrait SourceLocatableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Constructors
def this(coreCommand: Command, command: Command, args: Seq[Expression], sourceLocation: SourceLocation)
Attributes
- Source
- AstNode.scala
Concrete methods
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
def copy(coreCommand: Command, command: Command, args: Seq[Expression], sourceLocation: SourceLocation): Statement
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- AstNode.scala
Inherited methods
Attributes
- Inherited from:
- SourceLocatable
- Source
- SourceLocation.scala
Attributes
- Inherited from:
- SourceLocatable
- Source
- SourceLocation.scala
Attributes
- Inherited from:
- SourceLocatable
- Source
- SourceLocation.scala
Concrete fields
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
In this article