Instance Constructors
-
new
ReporterApp(reporter: Reporter, start: Int, end: Int, file: String, args: Seq[Expression])
-
new
ReporterApp(reporter: Reporter, 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
clearArgs(): Unit
-
def
clone(): AnyRef
-
def
copy(reporter: Reporter = reporter, start: Int = start, end: Int = end, file: String = file, args: Seq[Expression] = args): ReporterApp
-
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: Reporter
-
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
-
def
reportedType(): Int
-
-
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 reporter application. This is the typical kind of NetLogo expression, things like "round 5" and "3 + 4". However, this class also represents things like constants, which are converted into no-arg reporter applications as they're parsed.