CodeBlock
org.nlogo.compile.api.CodeBlock
class CodeBlock(val code: String, val sourceLocation: SourceLocation) extends Expression
represents a set of code that should not be evaluated, but can be lexed and tokenized. This is an expression, and can be used as an argument to commands and reports.
Attributes
- Source
- AstNode.scala
- Graph
-
- Supertypes
-
trait Expressiontrait AstNodetrait AstNodetrait SourceLocatableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- AstNode.scala
returns the type of this expression. Generally synthesized from types of subexpressions.
returns the type of this expression. Generally synthesized from types of subexpressions.
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