Uses of Class
com.android.dx.gen.Type

Packages that use Type
com.android.dx.gen   
 

Uses of Type in com.android.dx.gen
 

Fields in com.android.dx.gen declared as Type
static Type<Boolean> Type.BOOLEAN
          The boolean primitive type.
static Type<Byte> Type.BYTE
          The byte primitive type.
static Type<Character> Type.CHAR
          The char primitive type.
static Type<Double> Type.DOUBLE
          The double primitive type.
static Type<Float> Type.FLOAT
          The float primitive type.
static Type<Integer> Type.INT
          The int primitive type.
static Type<Long> Type.LONG
          The long primitive type.
static Type<Object> Type.OBJECT
          The Object type.
static Type<Short> Type.SHORT
          The short primitive type.
static Type<String> Type.STRING
          The String type.
static Type<Void> Type.VOID
          The void primitive type.
 

Methods in com.android.dx.gen that return Type
static
<T> Type<T>
Type.get(Class<T> type)
           
static
<T> Type<T>
Type.get(String name)
           
 Type<D> MethodId.getDeclaringType()
           
 Type<D> FieldId.getDeclaringType()
           
 Type<R> MethodId.getReturnType()
           
 Type Local.getType()
           
 Type<V> FieldId.getType()
           
 

Methods in com.android.dx.gen that return types with arguments of type Type
 List<Type<?>> MethodId.getParameters()
           
 

Methods in com.android.dx.gen with parameters of type Type
 void Code.addCatchClause(Type<?> throwable, Label catchClause)
           
 void DexGenerator.declare(Type<?> type, String sourceFile, int flags, Type<?> supertype, Type<?>... interfaces)
           
 void DexGenerator.declare(Type<?> type, String sourceFile, int flags, Type<?> supertype, Type<?>... interfaces)
           
 void DexGenerator.declare(Type<?> type, String sourceFile, int flags, Type<?> supertype, Type<?>... interfaces)
           
 MethodId<T,Void> Type.getConstructor(Type<?>... parameters)
           
<V> FieldId<T,V>
Type.getField(Type<V> type, String name)
           
<R> MethodId<T,R>
Type.getMethod(Type<R> returnType, String name, Type<?>... parameters)
           
<R> MethodId<T,R>
Type.getMethod(Type<R> returnType, String name, Type<?>... parameters)
           
<T> Local<T>
Code.getParameter(int index, Type<T> type)
           
<T> Local<T>
Code.getThis(Type<T> type)
           
 void Code.instanceOfType(Local<?> target, Local<?> source, Type<?> type)
           
<T> Local<T>
Code.newLocal(Type<T> type)
           
 Label Code.removeCatchClause(Type<?> throwable)
           
 



Copyright © 2012. All Rights Reserved.