Package | Description |
---|---|
fmrisc.ProgramExplorer.Syntax | |
fmrisc.ProgramExplorer.Syntax.Logic |
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.visit(ValueDeclarationFormula tree) |
void |
ASTVisitorBase.visit(ValueDeclarationFormula tree) |
Modifier and Type | Method and Description |
---|---|
static ValueDeclarationFormula |
ValueDeclarationFormula.construct(Identifier name,
Type type,
Formula value)
Create new declaration of a constant denoting a predicate.
|