| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IRuleDeclaration |
IRuleFile.getRuleById(String id)
Look up a rule declaration by ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<IRuleDeclaration> |
IRuleSetDeclaration.getRules()
Return the rules in this rule set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IActionRuleDeclaration
Declaration of an action type rule.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionRuleDeclarationImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IConstraintRuleDeclaration
Declaration of a constraint type rule.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintRuleDeclarationImpl |
| Modifier and Type | Method and Description |
|---|---|
IRuleDeclaration |
RuleFileImpl.getRuleById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<IRuleDeclaration> |
RuleSetDeclarationImpl.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSetDeclarationImpl.addRule(IRuleDeclaration decl)
Add a rule to this set.
|
Copyright © 2006-2013. All Rights Reserved.