| Package | Description |
|---|---|
| net.sourceforge.nrl.parser.ast |
The fully resolved abstract syntax tree (AST) representation of the constraint language.
|
| 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.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 |
|---|---|
IRuleSetDeclaration |
IRuleDeclaration.getRuleSet()
Return the rule set that the rule is contained in, if any.
|
| Modifier and Type | Method and Description |
|---|---|
List<IRuleSetDeclaration> |
IRuleFile.getRuleSetDeclarations()
Return a list of all rule set declarations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRuleDeclaration.setRuleSet(IRuleSetDeclaration ruleSet)
Set the rule set that this rule is contained in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INRLActionDetailVisitor.Stub.visitRuleSetDeclarationAfter(IRuleSetDeclaration decl) |
boolean |
INRLActionDetailVisitor.Stub.visitRuleSetDeclarationBefore(IRuleSetDeclaration decl) |
| Modifier and Type | Method and Description |
|---|---|
IRuleSetDeclaration |
ActionRuleDeclarationImpl.getRuleSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionRuleDeclarationImpl.setRuleSet(IRuleSetDeclaration ruleSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
INRLConstraintDetailVisitor.visitRuleSetDeclarationAfter(IRuleSetDeclaration decl) |
void |
INRLConstraintDetailVisitor.Stub.visitRuleSetDeclarationAfter(IRuleSetDeclaration decl) |
boolean |
INRLConstraintDetailVisitor.visitRuleSetDeclarationBefore(IRuleSetDeclaration decl) |
boolean |
INRLConstraintDetailVisitor.Stub.visitRuleSetDeclarationBefore(IRuleSetDeclaration decl) |
| Modifier and Type | Method and Description |
|---|---|
IRuleSetDeclaration |
ConstraintRuleDeclarationImpl.getRuleSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintRuleDeclarationImpl.setRuleSet(IRuleSetDeclaration ruleSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleSetDeclarationImpl |
| Modifier and Type | Method and Description |
|---|---|
List<IRuleSetDeclaration> |
RuleFileImpl.getRuleSetDeclarations()
Return all rule set declarations by traversing the second child of the
AST (after model) forward
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintTypeChecker.visitRuleSetDeclarationAfter(IRuleSetDeclaration decl) |
void |
ActionTypeChecker.visitRuleSetDeclarationAfter(IRuleSetDeclaration decl) |
boolean |
ConstraintTypeChecker.visitRuleSetDeclarationBefore(IRuleSetDeclaration decl) |
Copyright © 2006-2013. All Rights Reserved.