|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITypeMapping | |
---|---|
net.sourceforge.nrl.parser.type | Abstract type assignment and type checking for the completed AST. |
Uses of ITypeMapping in net.sourceforge.nrl.parser.type |
---|
Classes in net.sourceforge.nrl.parser.type that implement ITypeMapping | |
---|---|
class |
TypeMapping
A default type mapping implementation. |
class |
XmlTypeMapping
A type mapping that can be loaded from and saved to an XML file. |
Fields in net.sourceforge.nrl.parser.type with type parameters of type ITypeMapping | |
---|---|
protected List<ITypeMapping> |
ConstraintTypeChecker.typeMappings
|
Methods in net.sourceforge.nrl.parser.type that return ITypeMapping | |
---|---|
static ITypeMapping |
DefaultTypeMappingFactory.getDefaultTypeMapping()
Return the default type mapping. |
Methods in net.sourceforge.nrl.parser.type with parameters of type ITypeMapping | |
---|---|
void |
ITypeChecker.addTypeMapping(ITypeMapping mapping)
Add a type mapping for the checker to map model types to abstract internal types. |
void |
ConstraintTypeChecker.addTypeMapping(ITypeMapping mapping)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |