| Package | Description |
|---|---|
| net.sourceforge.nrl.parser.ast.action.impl | |
| net.sourceforge.nrl.parser.ast.constraints.impl | |
| net.sourceforge.nrl.parser.ast.impl |
The ANTLR v3 implementation of the AST, including a JFlex lexer and ANTLR v3
parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionFragmentApplicationActionImpl |
class |
ActionFragmentDeclarationImpl |
class |
ActionImpl |
class |
ActionRuleDeclarationImpl |
class |
AddActionImpl |
class |
CompoundActionImpl |
class |
ConditionalActionImpl |
class |
CreateActionImpl |
class |
ForEachActionImpl |
class |
OperatorActionImpl |
class |
RemoveActionImpl |
class |
RemoveFromCollectionActionImpl |
class |
SetActionImpl |
class |
VariableDeclarationActionImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
DeclarationImpl |
class |
ModelFileReferenceImpl |
class |
MultipleContextDeclarationImpl |
class |
NamedParameterImpl |
class |
OperatorFileReferenceImpl |
class |
RuleFileImpl
ANTLR implementation of the overall rule file AST node.
|
class |
RuleSetDeclarationImpl |
class |
SingleContextDeclarationImpl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AntlrModelResolverVisitor.visitAfter(Antlr3NRLBaseAst node)
Visit the current node and pop the context stack where necessary, for example when a
quantifier goes out of scope.
|
protected void |
AntlrAstVisitor.visitAfter(Antlr3NRLBaseAst node) |
protected boolean |
AntlrModelResolverVisitor.visitBefore(Antlr3NRLBaseAst node)
Visit the current node and keep the "current context" up to date.
|
protected abstract boolean |
AntlrAstVisitor.visitBefore(Antlr3NRLBaseAst node) |
Copyright © 2006-2013. All Rights Reserved.