Application

org.nlogo.compile.api.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.

Attributes

Source
AstNode.scala
Graph
Supertypes
trait AstNode
trait AstNode
class Object
trait Matchable
class Any
Show all
Known subtypes
class ReporterApp
class Statement

Members list

Value members

Abstract methods

Attributes

Source
AstNode.scala

Attributes

Source
AstNode.scala

Attributes

Source
AstNode.scala

Inherited methods

def end: Int

Attributes

Inherited from:
SourceLocatable
Source
SourceLocation.scala

Attributes

Inherited from:
SourceLocatable
Source
SourceLocation.scala
def start: Int

Attributes

Inherited from:
SourceLocatable
Source
SourceLocation.scala

Inherited and Abstract methods

Attributes

Inherited from:
AstNode
Source
AstNode.scala

Attributes

Inherited from:
SourceLocatable
Source
SourceLocation.scala