Package | Description |
---|---|
fmrisc.ProgramExplorer.Syntax | |
fmrisc.ProgramExplorer.Syntax.Program | |
fmrisc.ProgramExplorer.Syntax.Spec |
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.visit(ASTProgramBase tree) |
void |
ASTVisitorBase.visit(ASTProgramBase tree) |
Modifier and Type | Class and Description |
---|---|
class |
AndExpression
A logical conjunction.
|
class |
ArrayType
An array type
|
class |
ASTProgramAnnotatedBase
Base class of abstract syntax trees that may have an annotation.
|
class |
BinaryValueExpression
The base class of binary expressions denoting values.
|
class |
BooleanLiteral
A Boolean literal.
|
class |
BooleanType
The type of truth values
|
class |
CharLiteral
A character literal.
|
class |
CharType
The type of character values
|
class |
ClassImport
Import of a single class.
|
class |
DividesExpression
A quotient expression.
|
class |
EqualsExpression
An equality.
|
class |
ExceptionType
The (base) type of exceptions.
|
class |
GreaterEqualExpression
An is-greater-than-or-equal formula.
|
class |
GreaterExpression
An is-greater-than formula.
|
class |
IdentifierSelector
Component selection by name.
|
class |
ImportBase
Base class of import statements.
|
class |
IndexSelector
Component selection by index.
|
class |
IntLiteral
An integer literal.
|
class |
IntType
A machine integer type
|
class |
LeftValue
The left value of an assignment.
|
class |
LessEqualExpression
An is-less-than-or-equal formula.
|
class |
LessExpression
An is-less-than formula.
|
class |
MessageSelector
Selection of a message from an exception.
|
class |
MinusExpression
A difference expression.
|
class |
NamedType
A named (user-defined) type
|
class |
NegationExpression
An arithmetic negation expression.
|
class |
NewArrayExpression
Allocation of a new array.
|
class |
NewType
The type of a new object.
|
class |
NotEqualsExpression
An inequality.
|
class |
NotExpression
A logical negation.
|
class |
NullLiteral
A null literal (for objects/arrays/strings)
|
class |
NullType
The type of the literal "null"
|
class |
OrExpression
A logical disjunction.
|
class |
PackageImport
Import of all classes of a package.
|
class |
PercentExpression
A remainder expression.
|
class |
PlusExpression
A sum expression.
|
class |
PrimitiveType
A primitive (built-in) type
|
class |
ProgramAnnotationBase
A program annotation.
|
class |
SelectorBase
Base class of a component selector.
|
class |
SelectorExpression
Selection of an object component
|
class |
StringLiteral
A string literal.
|
class |
StringType
The type of character strings
|
class |
TimesExpression
A product expression.
|
class |
UnaryValueExpression
The base class of unary expressions denoting values.
|
class |
ValueExpressionBase
The base class of expressions denoting values.
|
class |
VariableValue
A variable denoting a value.
|
class |
VoidType
The type with no values
|
Modifier and Type | Class and Description |
---|---|
class |
ClassSpec
A class specification.
|
class |
LoopSpec
A loop specification.
|
class |
MethodSpec
A method specification.
|
class |
SpecificationBase
The base class of specifications.
|
class |
StatementSpec
A statement specification.
|
class |
UnitSpec
A unit specification.
|