Packages

t

org.nlogo.core

Application

trait Application extends AstNode

represents an application, in the abstract (either a reporter application of a command application). This is used when parsing arguments, when we don't care what kind of application the args are for.

Source
AstNode.scala
Linear Supertypes
AstNode, SourceLocatable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Application
  2. AstNode
  3. SourceLocatable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def args: Seq[Expression]
  2. abstract def instruction: Instruction
  3. abstract def sourceLocation: SourceLocation
    Definition Classes
    SourceLocatable

Concrete Value Members

  1. def end: Int
    Definition Classes
    SourceLocatable
  2. def filename: String
    Definition Classes
    SourceLocatable
  3. def start: Int
    Definition Classes
    SourceLocatable