Uses of Class
net.sf.retrotranslator.runtime.asm.Type

Packages that use Type
net.sf.retrotranslator.runtime.asm   
net.sf.retrotranslator.runtime.impl   
net.sf.retrotranslator.transformer   
 

Uses of Type in net.sf.retrotranslator.runtime.asm
 

Fields in net.sf.retrotranslator.runtime.asm declared as Type
static Type Type.BOOLEAN_TYPE
          The boolean type.
static Type Type.BYTE_TYPE
          The byte type.
static Type Type.CHAR_TYPE
          The char type.
static Type Type.DOUBLE_TYPE
          The double type.
static Type Type.FLOAT_TYPE
          The float type.
static Type Type.INT_TYPE
          The int type.
static Type Type.LONG_TYPE
          The long type.
static Type Type.SHORT_TYPE
          The short type.
static Type Type.VOID_TYPE
          The void type.
 

Methods in net.sf.retrotranslator.runtime.asm that return Type
static Type[] Type.getArgumentTypes(java.lang.reflect.Method method)
          Returns the Java types corresponding to the argument types of the given method.
static Type[] Type.getArgumentTypes(java.lang.String methodDescriptor)
          Returns the Java types corresponding to the argument types of the given method descriptor.
 Type Type.getElementType()
          Returns the type of the elements of this array type.
static Type Type.getReturnType(java.lang.reflect.Method method)
          Returns the Java type corresponding to the return type of the given method.
static Type Type.getReturnType(java.lang.String methodDescriptor)
          Returns the Java type corresponding to the return type of the given method descriptor.
private static Type Type.getType(char[] buf, int off)
          Returns the Java type corresponding to the given type descriptor.
static Type Type.getType(java.lang.Class c)
          Returns the Java type corresponding to the given class.
static Type Type.getType(java.lang.String typeDescriptor)
          Returns the Java type corresponding to the given type descriptor.
 

Methods in net.sf.retrotranslator.runtime.asm with parameters of type Type
static java.lang.String Type.getMethodDescriptor(Type returnType, Type[] argumentTypes)
          Returns the descriptor corresponding to the given argument and return types.
static java.lang.String Type.getMethodDescriptor(Type returnType, Type[] argumentTypes)
          Returns the descriptor corresponding to the given argument and return types.
 

Uses of Type in net.sf.retrotranslator.runtime.impl
 

Methods in net.sf.retrotranslator.runtime.impl with parameters of type Type
static java.lang.Class RuntimeTools.getBaseClass(Type type)
           
protected  java.lang.Class AnnotatedElementDescriptor.getClassByType(Type type)
           
 

Uses of Type in net.sf.retrotranslator.transformer
 

Methods in net.sf.retrotranslator.transformer that return Type
private static Type[] ReplacementLocator.deleteFirst(Type[] types)
           
static Type TransformerTools.getArrayTypeByInternalName(java.lang.String name, int dimensions)
           
static Type TransformerTools.getTypeByInternalName(java.lang.String name)
           
protected  Type NameTranslator.type(Type type)
           
protected  Type[] NameTranslator.types(Type[] types)
           
 

Methods in net.sf.retrotranslator.transformer with parameters of type Type
private static Type[] ReplacementLocator.deleteFirst(Type[] types)
           
private static java.lang.String ClassLiteralVisitor.getFieldName(Type type)
           
protected  Type NameTranslator.type(Type type)
           
protected  Type[] NameTranslator.types(Type[] types)