|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
Type.get(Class<T> type)
|
|
static
|
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)
|
|
|
Type.getField(Type<V> type,
String name)
|
|
|
Type.getMethod(Type<R> returnType,
String name,
Type<?>... parameters)
|
|
|
Type.getMethod(Type<R> returnType,
String name,
Type<?>... parameters)
|
|
|
Code.getParameter(int index,
Type<T> type)
|
|
|
Code.getThis(Type<T> type)
|
|
void |
Code.instanceOfType(Local<?> target,
Local<?> source,
Type<?> type)
|
|
|
Code.newLocal(Type<T> type)
|
|
Label |
Code.removeCatchClause(Type<?> throwable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||