class
Statement extends Application
Instance Constructors
-
new
Statement(command: Command, start: Int, end: Int, file: String, args: Seq[Expression])
-
new
Statement(command: Command, start: Int, end: Int, file: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
addArgument(arg: Expression): Unit
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
def
copy(command: Command = command, start: Int = start, end: Int = end, file: String = file, args: Seq[Expression] = args): Statement
-
var
end: Int
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
val
file: String
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
instruction: Command
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
removeArgument(index: Int): Unit
-
def
replaceArg(index: Int, expr: Expression): Unit
-
var
start: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
represents a NetLogo statement. Statements only have one form: command application.