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
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Application
- AstNode
- SourceLocatable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def args: Seq[Expression]
- abstract def instruction: Instruction
-
abstract
def
sourceLocation: SourceLocation
- Definition Classes
- SourceLocatable
Concrete Value Members
-
def
end: Int
- Definition Classes
- SourceLocatable
-
def
filename: String
- Definition Classes
- SourceLocatable
-
def
start: Int
- Definition Classes
- SourceLocatable