org
.
nlogo
.
core
Statement
Related Doc:
package core
class
Statement
extends
Application
represents a NetLogo statement. Statements only have one form: command application.
Source
AstNode.scala
Linear Supertypes
Application
,
AstNode
,
SourceLocatable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Statement
Application
AstNode
SourceLocatable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Statement
(
command:
Command
,
sourceLocation:
SourceLocation
)
new
Statement
(
command:
Command
,
args:
Seq
[
Expression
]
,
sourceLocation:
SourceLocation
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
args
:
Seq
[
Expression
]
Definition Classes
Statement
→
Application
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
changeLocation
(
newLocation:
SourceLocation
)
:
Statement
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
var
command
:
Command
def
copy
(
command:
Command
=
command
,
args:
Seq
[
Expression
] =
args
,
location:
SourceLocation
=
sourceLocation
)
:
Statement
def
end
:
Int
Definition Classes
SourceLocatable
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
filename
:
String
Definition Classes
SourceLocatable
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
instruction
:
Command
Definition Classes
Statement
→
Application
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
sourceLocation
:
SourceLocation
Definition Classes
Statement
→
SourceLocatable
def
start
:
Int
Definition Classes
SourceLocatable
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Statement
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withArguments
(
args:
Seq
[
Expression
]
)
:
Statement
Inherited from
Application
Inherited from
AstNode
Inherited from
SourceLocatable
Inherited from
AnyRef
Inherited from
Any
Ungrouped
represents a NetLogo statement. Statements only have one form: command application.