| Package | Description |
|---|---|
| org.textmapper.templates.api.types | |
| org.textmapper.templates.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IArrayType |
interface |
IClass |
interface |
IClosureType
Gryaznov Evgeny, 3/12/11
|
interface |
IDataType |
| Modifier and Type | Method and Description |
|---|---|
IType |
IArrayType.getInnerType() |
IType[] |
IMethod.getParameterTypes() |
IType |
IMethod.getReturnType() |
IType |
IFeature.getTarget() |
IType |
IFeature.getType() |
| Modifier and Type | Method and Description |
|---|---|
Collection<IType> |
IClosureType.getParameterTypes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IType.isSubtypeOf(IType anotherType) |
| Modifier and Type | Class and Description |
|---|---|
class |
TiArrayType |
class |
TiClass |
class |
TiClosureType
Gryaznov Evgeny, 3/12/11
|
class |
TiDataType |
| Modifier and Type | Method and Description |
|---|---|
IType |
TiArrayType.getInnerType() |
IType[] |
TiMethod.getParameterTypes() |
IType |
TiMethod.getReturnType() |
IType |
TiFeature.getTarget() |
IType |
TiFeature.getType() |
| Modifier and Type | Method and Description |
|---|---|
Collection<IType> |
TiClosureType.getParameterTypes() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
TiExpressionBuilder.convertArray(Node node,
List<Node> array,
IType type) |
protected Object |
TiExpressionBuilder.convertClosure(Node node,
TiClosure closure,
IType type) |
protected Object |
TiExpressionBuilder.convertLiteral(Node node,
Object literal,
IType type) |
protected Object |
TiExpressionBuilder.convertNew(Node node,
String className,
Map<String,Node> properties,
IType type) |
static boolean |
TypesUtil.isBooleanType(IType type) |
boolean |
TiDataType.isSubtypeOf(IType anotherType) |
boolean |
TiClosureType.isSubtypeOf(IType anotherType) |
boolean |
TiClass.isSubtypeOf(IType anotherType) |
boolean |
TiArrayType.isSubtypeOf(IType anotherType) |
abstract Object |
TiExpressionBuilder.resolve(Node expression,
IType type) |
void |
TiFeature.setType(IType type) |
| Constructor and Description |
|---|
TiArrayType(IType innerType) |
TiClosureType(IType... parameterTypes) |
Copyright © 2014. All rights reserved.