| Package | Description |
|---|---|
| net.sourceforge.nrl.parser.type |
Abstract type assignment and type checking for the completed AST.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypeMapping
A default type mapping implementation.
|
class |
XmlTypeMapping
A type mapping that can be loaded from and saved to an XML file.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ITypeMapping> |
ConstraintTypeChecker.typeMappings |
| Modifier and Type | Method and Description |
|---|---|
static ITypeMapping |
DefaultTypeMappingFactory.getDefaultTypeMapping()
Return the default type mapping.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2006-2013. All Rights Reserved.