Uses of Class
org.eclipse.persistence.internal.libraries.asm.Type
-
Packages that use Type Package Description org.eclipse.persistence.internal.libraries.asm org.eclipse.persistence.internal.libraries.asm.commons org.eclipse.persistence.internal.libraries.asm.tree.analysis -
-
Uses of Type in org.eclipse.persistence.internal.libraries.asm
Fields in org.eclipse.persistence.internal.libraries.asm declared as Type Modifier and Type Field Description static TypeType. BOOLEAN_TYPEThebooleantype.static TypeType. BYTE_TYPEThebytetype.static TypeType. CHAR_TYPEThechartype.static TypeType. DOUBLE_TYPEThedoubletype.static TypeType. FLOAT_TYPEThefloattype.static TypeType. INT_TYPETheinttype.static TypeType. LONG_TYPEThelongtype.static TypeType. SHORT_TYPETheshorttype.static TypeType. VOID_TYPEThevoidtype.Methods in org.eclipse.persistence.internal.libraries.asm that return Type Modifier and Type Method Description Type[]Type. getArgumentTypes()Returns the argument types of methods of this type.static Type[]Type. getArgumentTypes(Method method)Returns theTypevalues corresponding to the argument types of the given method.static Type[]Type. getArgumentTypes(String methodDescriptor)Returns theTypevalues corresponding to the argument types of the given method descriptor.TypeType. getElementType()Returns the type of the elements of this array type.static TypeType. getMethodType(String methodDescriptor)Returns theTypecorresponding to the given method descriptor.static TypeType. getMethodType(Type returnType, Type... argumentTypes)Returns the methodTypecorresponding to the given argument and return types.static TypeType. getObjectType(String internalName)Returns theTypecorresponding to the given internal name.TypeType. getReturnType()Returns the return type of methods of this type.static TypeType. getReturnType(Method method)Returns theTypecorresponding to the return type of the given method.static TypeType. getReturnType(String methodDescriptor)Returns theTypecorresponding to the return type of the given method descriptor.static TypeType. getType(Class<?> clazz)Returns theTypecorresponding to the given class.static TypeType. getType(Constructor<?> constructor)Returns the methodTypecorresponding to the given constructor.static TypeType. getType(Method method)Returns the methodTypecorresponding to the given method.static TypeType. getType(String typeDescriptor)Returns theTypecorresponding to the given type descriptor.Methods in org.eclipse.persistence.internal.libraries.asm with parameters of type Type Modifier and Type Method Description static StringType. getMethodDescriptor(Type returnType, Type... argumentTypes)Returns the descriptor corresponding to the given argument and return types.static TypeType. getMethodType(Type returnType, Type... argumentTypes)Returns the methodTypecorresponding to the given argument and return types. -
Uses of Type in org.eclipse.persistence.internal.libraries.asm.commons
Fields in org.eclipse.persistence.internal.libraries.asm.commons declared as Type Modifier and Type Field Description static TypeInstructionAdapter. OBJECT_TYPEThe type of the java.lang.Object class.Methods in org.eclipse.persistence.internal.libraries.asm.commons that return Type Modifier and Type Method Description Type[]GeneratorAdapter. getArgumentTypes()Type[]Method. getArgumentTypes()Returns the argument types of the method described by this object.TypeGeneratorAdapter. getLocalType(int local)Returns the type of the given local variable.TypeGeneratorAdapter. getReturnType()TypeMethod. getReturnType()Returns the return type of the method described by this object.Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type Type Modifier and Type Method Description voidInstructionAdapter. add(Type type)voidInstructionAdapter. aload(Type type)voidInstructionAdapter. and(Type type)voidInstructionAdapter. anew(Type type)voidInstructionAdapter. areturn(Type type)voidGeneratorAdapter. arrayLoad(Type type)Generates the instruction to load an element from an array.voidGeneratorAdapter. arrayStore(Type type)Generates the instruction to store an element in an array.voidInstructionAdapter. astore(Type type)voidGeneratorAdapter. box(Type type)Generates the instructions to box the top stack value.voidGeneratorAdapter. cast(Type from, Type to)Generates the instructions to cast a numerical value from one type to another.voidInstructionAdapter. cast(Type from, Type to)Generates the instruction to cast from the first given type to the other.voidGeneratorAdapter. catchException(Label start, Label end, Type exception)Marks the start of an exception handler.voidInstructionAdapter. checkcast(Type type)voidGeneratorAdapter. checkCast(Type type)Generates the instruction to check that the top stack value is of the given type.voidInstructionAdapter. cmpg(Type type)voidInstructionAdapter. cmpl(Type type)voidInstructionAdapter. div(Type type)voidGeneratorAdapter. getField(Type owner, String name, Type type)Generates the instruction to push the value of a non static field on the stack.voidGeneratorAdapter. getStatic(Type owner, String name, Type type)Generates the instruction to push the value of a static field on the stack.voidGeneratorAdapter. ifCmp(Type type, int mode, Label label)Generates the instructions to jump to a label based on the comparison of the top two stack values.voidGeneratorAdapter. instanceOf(Type type)Generates the instruction to test if the top stack value is of the given type.voidInstructionAdapter. instanceOf(Type type)voidGeneratorAdapter. invokeConstructor(Type type, Method method)Generates the instruction to invoke a constructor.voidGeneratorAdapter. invokeInterface(Type owner, Method method)Generates the instruction to invoke an interface method.voidGeneratorAdapter. invokeStatic(Type owner, Method method)Generates the instruction to invoke a static method.voidGeneratorAdapter. invokeVirtual(Type owner, Method method)Generates the instruction to invoke a normal method.voidInstructionAdapter. load(int varIndex, Type type)voidGeneratorAdapter. loadLocal(int local, Type type)Generates the instruction to load the given local variable on the stack.voidGeneratorAdapter. math(int op, Type type)Generates the instruction to do the specified mathematical or logical operation.voidInstructionAdapter. mul(Type type)voidInstructionAdapter. neg(Type type)voidInstructionAdapter. newarray(Type type)Generates the instruction to create and push on the stack an array of the given type.voidGeneratorAdapter. newArray(Type type)Generates the instruction to create a new array.voidGeneratorAdapter. newInstance(Type type)Generates the instruction to create a new object.intLocalVariablesSorter. newLocal(Type type)Constructs a new local variable of the given type.protected intLocalVariablesSorter. newLocalMapping(Type type)voidInstructionAdapter. or(Type type)voidGeneratorAdapter. push(Type value)Generates the instruction to push the given value on the stack.voidGeneratorAdapter. putField(Type owner, String name, Type type)Generates the instruction to store the top stack value in a non static field.voidGeneratorAdapter. putStatic(Type owner, String name, Type type)Generates the instruction to store the top stack value in a static field.voidInstructionAdapter. rem(Type type)protected voidGeneratorAdapter. setLocalType(int local, Type type)protected voidLocalVariablesSorter. setLocalType(int local, Type type)Notifies subclasses that a local variable has been added or remapped.voidInstructionAdapter. shl(Type type)voidInstructionAdapter. shr(Type type)voidInstructionAdapter. store(int varIndex, Type type)voidGeneratorAdapter. storeLocal(int local, Type type)Generates the instruction to store the top stack value in the given local variable.voidInstructionAdapter. sub(Type type)voidGeneratorAdapter. swap(Type prev, Type type)Generates the instructions to swap the top two stack values.voidInstructionAdapter. tconst(Type type)Generates the instruction to push the given type on the stack.voidGeneratorAdapter. throwException(Type type, String message)Generates the instructions to create and throw an exception.voidGeneratorAdapter. unbox(Type type)Generates the instructions to unbox the top stack value.voidInstructionAdapter. ushr(Type type)voidGeneratorAdapter. valueOf(Type type)Generates the instructions to box the top stack value using Java 5's valueOf() method.voidInstructionAdapter. xor(Type type)Constructors in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type Type Constructor Description GeneratorAdapter(int access, Method method, String signature, Type[] exceptions, ClassVisitor classVisitor)Constructs a newGeneratorAdapter.Method(String name, Type returnType, Type[] argumentTypes)Constructs a newMethod. -
Uses of Type in org.eclipse.persistence.internal.libraries.asm.tree.analysis
Fields in org.eclipse.persistence.internal.libraries.asm.tree.analysis declared as Type Modifier and Type Field Description static TypeBasicInterpreter. NULL_TYPESpecial type used for the null literal.Methods in org.eclipse.persistence.internal.libraries.asm.tree.analysis that return Type Modifier and Type Method Description protected TypeSimpleVerifier. getSuperClass(Type type)Returns the type corresponding to the super class of the given type.TypeBasicValue. getType()Returns theTypeof this value.Methods in org.eclipse.persistence.internal.libraries.asm.tree.analysis with parameters of type Type Modifier and Type Method Description protected Class<?>SimpleVerifier. getClass(Type type)Loads the class corresponding to the given type.protected TypeSimpleVerifier. getSuperClass(Type type)Returns the type corresponding to the super class of the given type.protected booleanSimpleVerifier. isAssignableFrom(Type type1, Type type2)Returns whether the class corresponding to the first argument is either the same as, or is a superclass or superinterface of the class corresponding to the second argument.protected booleanSimpleVerifier. isInterface(Type type)Returns whether the given type corresponds to the type of an interface.VInterpreter. newExceptionValue(TryCatchBlockNode tryCatchBlockNode, Frame<V> handlerFrame, Type exceptionType)Creates a new value that represents the given exception type.VInterpreter. newParameterValue(boolean isInstanceMethod, int local, Type type)Creates a new value that represents the given parameter type.VInterpreter. newReturnTypeValue(Type type)Creates a new value that represents the given return type.BasicValueBasicInterpreter. newValue(Type type)abstract VInterpreter. newValue(Type type)Creates a new value that represents the given type.BasicValueSimpleVerifier. newValue(Type type)SourceValueSourceInterpreter. newValue(Type type)Constructors in org.eclipse.persistence.internal.libraries.asm.tree.analysis with parameters of type Type Constructor Description BasicValue(Type type)Constructs a newBasicValueof the given type.SimpleVerifier(int api, Type currentClass, Type currentSuperClass, List<Type> currentClassInterfaces, boolean isInterface)Constructs a newSimpleVerifierto verify a specific class.SimpleVerifier(Type currentClass, Type currentSuperClass, boolean isInterface)Constructs a newSimpleVerifierto verify a specific class.SimpleVerifier(Type currentClass, Type currentSuperClass, List<Type> currentClassInterfaces, boolean isInterface)Constructs a newSimpleVerifierto verify a specific class.Constructor parameters in org.eclipse.persistence.internal.libraries.asm.tree.analysis with type arguments of type Type Constructor Description SimpleVerifier(int api, Type currentClass, Type currentSuperClass, List<Type> currentClassInterfaces, boolean isInterface)Constructs a newSimpleVerifierto verify a specific class.SimpleVerifier(Type currentClass, Type currentSuperClass, List<Type> currentClassInterfaces, boolean isInterface)Constructs a newSimpleVerifierto verify a specific class.
-