Statements
org.nlogo.compile.api.Statements
class Statements(var stmts: Seq[Statement], var sourceLocation: SourceLocation) extends AstNode
represents a chunk of zero or more NetLogo statements. Note that this is not necessarily a "block" of statements, as block means something specific (enclosed in [], in particular). This class is used to represent other groups of statements as well, for instance procedure bodies.
Attributes
- Source
- AstNode.scala
- Graph
-
- Supertypes
Members list
Value members
Constructors
Attributes
- Source
- AstNode.scala
Concrete methods
Attributes
- Source
- AstNode.scala
a List of the actual Statement objects.
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
In this article