| 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.constraints | |
| 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.
|
| net.sourceforge.nrl.parser.type |
Abstract type assignment and type checking for the completed AST.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INRLActionDetailVisitor.Stub.visitValidationFragmentDeclarationAfter(IValidationFragmentDeclaration decl) |
boolean |
INRLActionDetailVisitor.Stub.visitValidationFragmentDeclarationBefore(IValidationFragmentDeclaration decl) |
| Modifier and Type | Method and Description |
|---|---|
IValidationFragmentDeclaration |
IValidationFragmentApplication.getFragment()
Return the fragment to check.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INRLConstraintDetailVisitor.visitValidationFragmentDeclarationAfter(IValidationFragmentDeclaration decl) |
void |
INRLConstraintDetailVisitor.Stub.visitValidationFragmentDeclarationAfter(IValidationFragmentDeclaration decl) |
boolean |
INRLConstraintDetailVisitor.visitValidationFragmentDeclarationBefore(IValidationFragmentDeclaration decl) |
boolean |
INRLConstraintDetailVisitor.Stub.visitValidationFragmentDeclarationBefore(IValidationFragmentDeclaration decl) |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationFragmentDeclarationImpl |
| Modifier and Type | Method and Description |
|---|---|
IValidationFragmentDeclaration |
ValidationFragmentApplicationImpl.getFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationFragmentDependencyProcessor.addDeclaration(IValidationFragmentDeclaration decl) |
void |
ValidationFragmentApplicationImpl.setFragment(IValidationFragmentDeclaration property) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,IValidationFragmentDeclaration> |
ConstraintAstResolver.fragmentIds |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AntlrModelResolver.resolveValidationFragmentDeclaration(IValidationFragmentDeclaration decl,
Map<String,IVariableDeclaration> globalVariables,
List<NRLError> errors) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintTypeChecker.visitValidationFragmentDeclarationAfter(IValidationFragmentDeclaration decl) |
boolean |
ConstraintTypeChecker.visitValidationFragmentDeclarationBefore(IValidationFragmentDeclaration decl) |
Copyright © 2006-2013. All Rights Reserved.