Packages

class ReporterApp extends Application with Expression

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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReporterApp
  2. Expression
  3. Application
  4. AstNode
  5. SourceLocatable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReporterApp(reporter: Reporter, location: SourceLocation)
  2. new ReporterApp(reporter: Reporter, args: Seq[Expression], sourceLocation: SourceLocation)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val args: Seq[Expression]
    Definition Classes
    ReporterAppApplication
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def changeLocation(newLocation: SourceLocation): ReporterApp
    Definition Classes
    ReporterAppExpression
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. def copy(reporter: Reporter = reporter, args: Seq[Expression] = args, location: SourceLocation = sourceLocation): ReporterApp
  9. def end: Int
    Definition Classes
    SourceLocatable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def filename: String
    Definition Classes
    SourceLocatable
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def instruction: Reporter

    the args for this application.

    the args for this application.

    Definition Classes
    ReporterAppApplication
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def reportedType(): Int

    returns the type of this expression.

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

    Definition Classes
    ReporterAppExpression
  21. var reporter: Reporter
  22. val sourceLocation: SourceLocation
    Definition Classes
    ReporterAppSourceLocatable
  23. def start: Int
    Definition Classes
    SourceLocatable
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    ReporterApp → AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def withArguments(args: Seq[Expression]): ReporterApp

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Expression

Inherited from Application

Inherited from AstNode

Inherited from SourceLocatable

Inherited from AnyRef

Inherited from Any

Ungrouped