| Package | Description |
|---|---|
| model.type | |
| parser |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeExtensionWithCondition |
class |
TypeExtensionWithoutCondition |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,java.util.ArrayList<TypeExtension>> |
TypeFile.extensions
Hashmap for the typeextensions.
|
private java.util.List<TypeExtension> |
NamedVariableType.typeExtensions
My type extension which extend my regular expression.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.ArrayList<TypeExtension>> |
TypeFile.getExtensions() |
java.util.List<TypeExtension> |
NamedVariableType.getTypeExtensions()
Returns the type extensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamedVariableType.addTypeExtension(TypeExtension typExtension)
Adds a extension to the extension list.
|
| Modifier and Type | Method and Description |
|---|---|
TypeExtension |
TypeExtensionProcessor.createTypeExtension(TypeFileManager typeFileManager)
create a association to the type for a TypeExtention.
|