| Package | Description |
|---|---|
| net.sourceforge.nrl.parser.ast.action |
The fully resolved extended abstract syntax tree (AST) representation for the
action language.
|
| net.sourceforge.nrl.parser.ast.action.impl | |
| net.sourceforge.nrl.parser.ast.impl |
The ANTLR v3 implementation of the AST, including a JFlex lexer and ANTLR v3
parser.
|
| net.sourceforge.nrl.parser.type |
Abstract type assignment and type checking for the completed AST.
|
| Modifier and Type | Method and Description |
|---|---|
IActionFragmentDeclaration |
IActionFragmentApplicationAction.getFragment()
Return the fragment that this application refers to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INRLActionDetailVisitor.visitActionFragmentDeclarationAfter(IActionFragmentDeclaration decl) |
void |
INRLActionDetailVisitor.Stub.visitActionFragmentDeclarationAfter(IActionFragmentDeclaration decl) |
boolean |
INRLActionDetailVisitor.visitActionFragmentDeclarationBefore(IActionFragmentDeclaration decl) |
boolean |
INRLActionDetailVisitor.Stub.visitActionFragmentDeclarationBefore(IActionFragmentDeclaration decl) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionFragmentDeclarationImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,IActionFragmentDeclaration> |
ActionAstResolver.actionFragmentIds |
| Modifier and Type | Method and Description |
|---|---|
IActionFragmentDeclaration |
ActionFragmentApplicationActionImpl.getFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionFragmentApplicationActionImpl.setFragment(IActionFragmentDeclaration decl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AntlrModelResolver.resolveActionFragment(IActionFragmentDeclaration macro,
Map<String,IVariableDeclaration> globalVariables,
List<NRLError> errors) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTypeChecker.visitActionFragmentDeclarationAfter(IActionFragmentDeclaration decl) |
boolean |
ActionTypeChecker.visitActionFragmentDeclarationBefore(IActionFragmentDeclaration decl) |
Copyright © 2006-2013. All Rights Reserved.