| 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.constraints | |
| net.sourceforge.nrl.parser.type |
Abstract type assignment and type checking for the completed AST.
|
| Modifier and Type | Field and Description |
|---|---|
protected INRLConstraintDetailVisitor |
ConstraintVisitorDispatcher.visitor |
| Constructor and Description |
|---|
ConstraintVisitorDispatcher(INRLConstraintDetailVisitor visitor)
Initialise the dispatcher with a client-supplied visitor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
INRLActionDetailVisitor
An extension of the basic detail visitor interface that adds the action nodes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
INRLActionDetailVisitor.Stub
Default implementation that does nothing.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
INRLConstraintDetailVisitor.Stub
Extend from this if you don't want to implement the full interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionTypeChecker
An extension of the type checker for the action language.
|
class |
ConstraintTypeChecker
Default type checker implementation.
|
Copyright © 2006-2013. All Rights Reserved.