Class/Object

org.nlogo.core

ReporterApp

Related Docs: object ReporterApp | package core

Permalink

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
Linear Supertypes
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)

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

    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. val args: Seq[Expression]

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

    Permalink
    Definition Classes
    Any
  6. def changeLocation(newLocation: SourceLocation): ReporterApp

    Permalink
    Definition Classes
    ReporterAppExpression
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copy(reporter: Reporter = reporter, args: Seq[Expression] = args, location: SourceLocation = sourceLocation): ReporterApp

    Permalink
  9. def end: Int

    Permalink
    Definition Classes
    SourceLocatable
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def filename: String

    Permalink
    Definition Classes
    SourceLocatable
  13. def finalize(): Unit

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

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

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

    Permalink

    the args for this application.

    the args for this application.

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. 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
  22. var reporter: Reporter

    Permalink
  23. val sourceLocation: SourceLocation

    Permalink
    Definition Classes
    ReporterAppSourceLocatable
  24. def start: Int

    Permalink
    Definition Classes
    SourceLocatable
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withArguments(args: Seq[Expression]): ReporterApp

    Permalink

Inherited from Expression

Inherited from Application

Inherited from AstNode

Inherited from SourceLocatable

Inherited from AnyRef

Inherited from Any

Ungrouped