Statements
org.nlogo.core.Statements
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. nonLocalExit identifies that the statements contain one or more commands (possibly nested) which may cause a non-local exit (like stop
or report
)
Attributes
- Source
- AstNode.scala
- Graph
-
- Supertypes
Members list
Value members
Constructors
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
Concrete methods
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
In this article