Class

org.nlogo.core

ReporterApp

Related Doc: package core

Permalink

class ReporterApp extends Expression with Application

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.

Source
AstNode.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReporterApp
  2. Application
  3. Expression
  4. AstNode
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReporterApp(reporter: Reporter, start: Int, end: Int, file: String, args: Seq[Expression])

    Permalink
  2. new ReporterApp(reporter: Reporter, start: Int, end: Int, file: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addArgument(arg: Expression): Unit

    Permalink
    Definition Classes
    ReporterAppApplication
  5. def args: Seq[Expression]

    Permalink
    Definition Classes
    ReporterAppApplication
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clearArgs(): Unit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(reporter: Reporter = reporter, start: Int = start, end: Int = end, file: String = file, args: Seq[Expression] = args): ReporterApp

    Permalink
  10. var end: Int

    Permalink
    Definition Classes
    ReporterAppAstNode
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. val file: String

    Permalink
    Definition Classes
    ReporterAppAstNode
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def instruction: Reporter

    Permalink
    Definition Classes
    ReporterAppApplication
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def removeArgument(index: Int): Unit

    Permalink
  23. def replaceArg(index: Int, expr: Expression): Unit

    Permalink
    Definition Classes
    ReporterAppApplication
  24. def reportedType(): Int

    Permalink

    returns the type of this expression.

    returns the type of this expression. Generally synthesized from types of subexpressions.

    Definition Classes
    ReporterAppExpression
  25. var reporter: Reporter

    Permalink
  26. var start: Int

    Permalink
    Definition Classes
    ReporterAppAstNode
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    ReporterApp → AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Application

Inherited from Expression

Inherited from AstNode

Inherited from AnyRef

Inherited from Any

Ungrouped