public interface IParserHelper
Modifier and Type | Method and Description |
---|---|
void |
addVariable(Variable var)
Add a variable.
|
BuildContext |
getBuildContext()
Get the build context.
|
java.util.List |
getConditions()
Get the conditions after parsing.
|
java.lang.Object[] |
getReplacementType(OAVObjectType type)
Get the replacement type for an object type in an existential declaration
E.g.
|
Variable |
getVariable(java.lang.String name)
Get a variable with a given name.
|
boolean |
isPseudoVariable(java.lang.String name)
Test, if a name refers to a pseudo variable (e.g.
|
Variable getVariable(java.lang.String name)
name
- The variable name.void addVariable(Variable var)
var
- The variable.boolean isPseudoVariable(java.lang.String name)
name
- The variable name.java.util.List getConditions()
BuildContext getBuildContext()
java.lang.Object[] getReplacementType(OAVObjectType type)
type
- The type to be replaced.