|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRuleSetDeclaration | |
---|---|
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. |
Uses of IRuleSetDeclaration in net.sourceforge.nrl.parser.ast |
---|
Methods in net.sourceforge.nrl.parser.ast that return IRuleSetDeclaration | |
---|---|
IRuleSetDeclaration |
IRuleDeclaration.getRuleSet()
Return the rule set that the rule is contained in, if any. |
Methods in net.sourceforge.nrl.parser.ast that return types with arguments of type IRuleSetDeclaration | |
---|---|
List<IRuleSetDeclaration> |
IRuleFile.getRuleSetDeclarations()
Return a list of all rule set declarations. |
Methods in net.sourceforge.nrl.parser.ast with parameters of type IRuleSetDeclaration | |
---|---|
void |
IRuleDeclaration.setRuleSet(IRuleSetDeclaration ruleSet)
Set the rule set that this rule is contained in. |
Uses of IRuleSetDeclaration in net.sourceforge.nrl.parser.ast.action |
---|
Methods in net.sourceforge.nrl.parser.ast.action with parameters of type IRuleSetDeclaration | |
---|---|
void |
INRLActionDetailVisitor.Stub.visitRuleSetDeclarationAfter(IRuleSetDeclaration decl)
|
boolean |
INRLActionDetailVisitor.Stub.visitRuleSetDeclarationBefore(IRuleSetDeclaration decl)
|
Uses of IRuleSetDeclaration in net.sourceforge.nrl.parser.ast.action.impl |
---|
Methods in net.sourceforge.nrl.parser.ast.action.impl that return IRuleSetDeclaration | |
---|---|
IRuleSetDeclaration |
ActionRuleDeclarationImpl.getRuleSet()
|
Methods in net.sourceforge.nrl.parser.ast.action.impl with parameters of type IRuleSetDeclaration | |
---|---|
void |
ActionRuleDeclarationImpl.setRuleSet(IRuleSetDeclaration ruleSet)
|
Uses of IRuleSetDeclaration in net.sourceforge.nrl.parser.ast.constraints |
---|
Methods in net.sourceforge.nrl.parser.ast.constraints with parameters of type IRuleSetDeclaration | |
---|---|
void |
INRLConstraintDetailVisitor.visitRuleSetDeclarationAfter(IRuleSetDeclaration decl)
|
void |
INRLConstraintDetailVisitor.Stub.visitRuleSetDeclarationAfter(IRuleSetDeclaration decl)
|
boolean |
INRLConstraintDetailVisitor.visitRuleSetDeclarationBefore(IRuleSetDeclaration decl)
|
boolean |
INRLConstraintDetailVisitor.Stub.visitRuleSetDeclarationBefore(IRuleSetDeclaration decl)
|
Uses of IRuleSetDeclaration in net.sourceforge.nrl.parser.ast.constraints.impl |
---|
Methods in net.sourceforge.nrl.parser.ast.constraints.impl that return IRuleSetDeclaration | |
---|---|
IRuleSetDeclaration |
ConstraintRuleDeclarationImpl.getRuleSet()
|
Methods in net.sourceforge.nrl.parser.ast.constraints.impl with parameters of type IRuleSetDeclaration | |
---|---|
void |
ConstraintRuleDeclarationImpl.setRuleSet(IRuleSetDeclaration ruleSet)
|
Uses of IRuleSetDeclaration in net.sourceforge.nrl.parser.ast.impl |
---|
Classes in net.sourceforge.nrl.parser.ast.impl that implement IRuleSetDeclaration | |
---|---|
class |
RuleSetDeclarationImpl
|
Methods in net.sourceforge.nrl.parser.ast.impl that return types with arguments of type IRuleSetDeclaration | |
---|---|
List<IRuleSetDeclaration> |
RuleFileImpl.getRuleSetDeclarations()
Return all rule set declarations by traversing the second child of the AST (after model) forward |
Uses of IRuleSetDeclaration in net.sourceforge.nrl.parser.type |
---|
Methods in net.sourceforge.nrl.parser.type with parameters of type IRuleSetDeclaration | |
---|---|
void |
ConstraintTypeChecker.visitRuleSetDeclarationAfter(IRuleSetDeclaration decl)
|
void |
ActionTypeChecker.visitRuleSetDeclarationAfter(IRuleSetDeclaration decl)
|
boolean |
ConstraintTypeChecker.visitRuleSetDeclarationBefore(IRuleSetDeclaration decl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |