|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IIdentifier | |
---|---|
net.sourceforge.nrl.parser.ast | The fully resolved abstract syntax tree (AST) representation of the constraint language. |
net.sourceforge.nrl.parser.ast.constraints | |
net.sourceforge.nrl.parser.ast.constraints.impl | |
net.sourceforge.nrl.parser.type | Abstract type assignment and type checking for the completed AST. |
Uses of IIdentifier in net.sourceforge.nrl.parser.ast |
---|
Subinterfaces of IIdentifier in net.sourceforge.nrl.parser.ast | |
---|---|
interface |
IModelReference
A reference to a model element, consisting of several steps along element and attribute names. |
Uses of IIdentifier in net.sourceforge.nrl.parser.ast.constraints |
---|
Subinterfaces of IIdentifier in net.sourceforge.nrl.parser.ast.constraints | |
---|---|
interface |
IBooleanLiteral
"true" or "false". |
interface |
ICollectionIndex
A statement to return an item at a specific index in a collection. |
interface |
IDecimalNumber
A decimal (floating point) number that occurred as a literal in an expression. |
interface |
IIntegerNumber
An integer number that occurred as a literal in an expression. |
interface |
ILiteralString
A literal, quoted string. |
Methods in net.sourceforge.nrl.parser.ast.constraints that return types with arguments of type IIdentifier | |
---|---|
List<IIdentifier> |
IIsNotInPredicate.getList()
Return the list of IIdentifier in which the value must not be contained. |
List<IIdentifier> |
IIsInPredicate.getList()
Return the list of IIdentifier in which the value must be contained. |
List<IIdentifier> |
IFunctionalExpression.getParameters()
Get the parameters. |
Uses of IIdentifier in net.sourceforge.nrl.parser.ast.constraints.impl |
---|
Classes in net.sourceforge.nrl.parser.ast.constraints.impl that implement IIdentifier | |
---|---|
class |
BooleanLiteralImpl
|
class |
CollectionIndexImpl
|
class |
DecimalNumberImpl
|
class |
IntegerNumberImpl
|
class |
LiteralStringImpl
|
class |
ModelReferenceImpl
Implementation of a model reference. |
Methods in net.sourceforge.nrl.parser.ast.constraints.impl that return types with arguments of type IIdentifier | |
---|---|
List<IIdentifier> |
IsNotInPredicateImpl.getList()
|
List<IIdentifier> |
IsInPredicateImpl.getList()
|
List<IIdentifier> |
FunctionalExpressionImpl.getParameters()
|
Uses of IIdentifier in net.sourceforge.nrl.parser.type |
---|
Method parameters in net.sourceforge.nrl.parser.type with type arguments of type IIdentifier | |
---|---|
protected void |
ConstraintTypeChecker.visitIsInList(List<IIdentifier> list,
IExpression expression,
NRLDataType exprType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |