|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeSpecInfo | |
---|---|
org.mesopotamia.lang.java | |
org.mesopotamia.lang.java.ref | |
org.mesopotamia.lang.java.ref.bcel |
Uses of TypeSpecInfo in org.mesopotamia.lang.java |
---|
Classes in org.mesopotamia.lang.java that implement TypeSpecInfo | |
---|---|
class |
TypeSpecification
|
Fields in org.mesopotamia.lang.java declared as TypeSpecInfo | |
---|---|
static TypeSpecInfo |
Null.NULL_TYPE_SPEC_INFO
|
Methods in org.mesopotamia.lang.java that return types with arguments of type TypeSpecInfo | |
---|---|
java.util.List<TypeSpecInfo> |
Operation.getParameterTypes()
|
Methods in org.mesopotamia.lang.java with parameters of type TypeSpecInfo | |
---|---|
static java.lang.String |
TypeSpecification.toString(TypeSpecInfo typeSpecInfo)
|
static TypeInfo |
TypeSpecification.toTypeInfo(TypeSpecInfo tsi,
Scope es)
Returns type info for given type spec info taking dimensions into consideration. |
Method parameters in org.mesopotamia.lang.java with type arguments of type TypeSpecInfo | |
---|---|
static TypeDefinition.ParameterMatch |
TypeDefinition.match(java.util.List<TypeSpecInfo> parameters,
java.util.List<TypeSpecInfo> arguments)
Matches formal parameter types with arguments for compatibility. |
static TypeDefinition.ParameterMatch |
TypeDefinition.match(java.util.List<TypeSpecInfo> parameters,
java.util.List<TypeSpecInfo> arguments)
Matches formal parameter types with arguments for compatibility. |
Uses of TypeSpecInfo in org.mesopotamia.lang.java.ref |
---|
Methods in org.mesopotamia.lang.java.ref that return TypeSpecInfo | |
---|---|
TypeSpecInfo |
MethodInfo.getReturnType()
|
TypeSpecInfo |
VariableInfo.getTypeSpecification()
|
Methods in org.mesopotamia.lang.java.ref that return types with arguments of type TypeSpecInfo | |
---|---|
java.util.List<TypeSpecInfo> |
MethodInfo.getParameterTypes()
|
Uses of TypeSpecInfo in org.mesopotamia.lang.java.ref.bcel |
---|
Methods in org.mesopotamia.lang.java.ref.bcel that return TypeSpecInfo | |
---|---|
TypeSpecInfo |
JavaClassMethodInfo.getReturnType()
|
TypeSpecInfo |
JavaClassVariableInfo.getTypeSpecification()
|
static TypeSpecInfo |
JavaClassTypeInfo.string2TypeSpecInfo(java.lang.String typeName,
Scope scope,
JavaClassTypeInfoRepository repository)
|
static TypeSpecInfo |
JavaClassTypeInfo.type2TypeSpecInfo(Type type,
Scope scope,
JavaClassTypeInfoRepository repository)
|
Methods in org.mesopotamia.lang.java.ref.bcel that return types with arguments of type TypeSpecInfo | |
---|---|
java.util.List<TypeSpecInfo> |
JavaClassMethodInfo.getParameterTypes()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |