Uses of Interface
org.robovm.compiler.util.generic.Type
| Package | Description |
|---|---|
| org.robovm.compiler.plugin.objc | |
| org.robovm.compiler.util.generic |
-
Uses of Type in org.robovm.compiler.plugin.objc
Methods in org.robovm.compiler.plugin.objc that return Type Modifier and Type Method Description protected static Type[]ObjCBlockPlugin. resolveActualTypeArgs(SootClassType offspring, SootClassType base, Type... actualArgs)Resolves the actual generic type arguments for a base class, as viewed from a subclass or implementation.protected static Type[]ObjCBlockPlugin. resolveTargetMethodSignature(soot.SootMethod blockMethod, soot.SootMethod targetMethod, Type blockParamType)Methods in org.robovm.compiler.plugin.objc with parameters of type Type Modifier and Type Method Description protected static Type[]ObjCBlockPlugin. resolveActualTypeArgs(SootClassType offspring, SootClassType base, Type... actualArgs)Resolves the actual generic type arguments for a base class, as viewed from a subclass or implementation.protected static Type[]ObjCBlockPlugin. resolveTargetMethodSignature(soot.SootMethod blockMethod, soot.SootMethod targetMethod, Type blockParamType) -
Uses of Type in org.robovm.compiler.util.generic
Subinterfaces of Type in org.robovm.compiler.util.generic Modifier and Type Interface Description interfaceGenericArrayTypeReplacesGenericArrayType.interfaceParameterizedTypeReplacesParameterizedType.interfaceTypeVariable<D extends GenericDeclaration>ReplacesTypeVariable.interfaceWildcardTypeReplacesWildcardType.Classes in org.robovm.compiler.util.generic that implement Type Modifier and Type Class Description classImplForArrayclassImplForTypeclassImplForVariable<D extends GenericDeclaration>classImplForWildcardclassSootBaseTypeAbstract base type for theTypeimplementations which wraps Soot types.classSootClassTypeclassSootConstructorTypeTypeimplementation which wraps aSootMethodand contains a subset of the methods implemented byConstructor.classSootMethodTypeclassSootTypeTypeTypeimplementation which wraps aType.Fields in org.robovm.compiler.util.generic declared as Type Modifier and Type Field Description TypeGenericSignatureParser. fieldTypeTypeGenericSignatureParser. returnTypeTypeGenericSignatureParser. superclassTypeMethods in org.robovm.compiler.util.generic that return Type Modifier and Type Method Description Type[]ImplForType. getActualTypeArguments()Type[]ParameterizedType. getActualTypeArguments()Type[]ImplForVariable. getBounds()Type[]TypeVariable. getBounds()static Type[]Types. getClonedTypeArray(ListOfTypes types)TypeGenericArrayType. getGenericComponentType()TypeImplForArray. getGenericComponentType()Type[]SootClassType. getGenericInterfaces()Type[]SootConstructorType. getGenericParameterTypes()Type[]SootMethodType. getGenericParameterTypes()TypeSootMethodType. getGenericReturnType()TypeSootClassType. getGenericSuperclass()Type[]ImplForWildcard. getLowerBounds()Type[]WildcardType. getLowerBounds()TypeImplForType. getOwnerType()TypeParameterizedType. getOwnerType()Type[]SootConstructorType. getParameterTypes()Type[]SootMethodType. getParameterTypes()TypeParameterizedType. getRawType()Type[]ListOfTypes. getResolvedTypes()TypeSootMethodType. getReturnType()static TypeTypes. getType(Type type)Type[]ImplForWildcard. getUpperBounds()Type[]WildcardType. getUpperBounds()protected TypeSootBaseType. wrapType(soot.Type t)protected Type[]SootBaseType. wrapTypes(Collection<soot.Type> types)Methods in org.robovm.compiler.util.generic with parameters of type Type Modifier and Type Method Description voidListOfTypes. add(Type type)static TypeTypes. getType(Type type)Constructors in org.robovm.compiler.util.generic with parameters of type Type Constructor Description ImplForArray(Type componentType)ListOfTypes(Type[] types)