Uses of Class
org.aspectj.apache.bcel.generic.Type
-
Packages that use Type Package Description org.aspectj.apache.bcel org.aspectj.apache.bcel.classfile org.aspectj.apache.bcel.generic org.aspectj.weaver.bcel -
-
Uses of Type in org.aspectj.apache.bcel
Fields in org.aspectj.apache.bcel declared as Type Modifier and Type Field Description static Type[]Constants. types -
Uses of Type in org.aspectj.apache.bcel.classfile
Methods in org.aspectj.apache.bcel.classfile that return Type Modifier and Type Method Description Type[]Method. getArgumentTypes()TypeMethod. getReturnType()TypeField. getType()Methods in org.aspectj.apache.bcel.classfile with parameters of type Type Modifier and Type Method Description static StringUtility. toMethodSignature(Type returnType, Type[] argTypes) -
Uses of Type in org.aspectj.apache.bcel.generic
Subclasses of Type in org.aspectj.apache.bcel.generic Modifier and Type Class Description classArrayTypeclassBasicTypeclassObjectTypeclassReferenceTypeclassReturnaddressTypeFields in org.aspectj.apache.bcel.generic declared as Type Modifier and Type Field Description static Type[]Type. NO_ARGSstatic Type[]Type. STRINGARRAY1static Type[]Type. STRINGARRAY2static Type[]Type. STRINGARRAY3static Type[]Type. STRINGARRAY4static Type[]Type. STRINGARRAY5static Type[]Type. STRINGARRAY6static Type[]Type. STRINGARRAY7protected TypeFieldGenOrMethodGen. typestatic TypeType. UNKNOWNMethods in org.aspectj.apache.bcel.generic that return Type Modifier and Type Method Description TypeMethodGen. getArgumentType(int i)Type[]InvokeDynamic. getArgumentTypes(ConstantPool cp)Type[]InvokeInstruction. getArgumentTypes(ConstantPool cpg)Type[]MethodGen. getArgumentTypes()static Type[]Type. getArgumentTypes(String signature)TypeArrayType. getBasicType()TypeArrayType. getElementType()TypeFieldInstruction. getFieldType(ConstantPool cpg)TypeLocalVariableTag. getRealType()TypeInvokeDynamic. getReturnType(ConstantPool cp)TypeInvokeInstruction. getReturnType(ConstantPool cpg)TypeMethodGen. getReturnType()static TypeType. getReturnType(String signature)TypeFieldGenOrMethodGen. getType()TypeFieldInstruction. getType(ConstantPool cpg)TypeInstruction. getType()TypeInstruction. getType(ConstantPool cp)TypeInstructionBranch. getType(ConstantPool cp)TypeInstructionByte. getType()TypeInstructionCP. getType(ConstantPool cpg)TypeInvokeInstruction. getType(ConstantPool cpg)TypeLocalVariableGen. getType()TypeRET. getType(ConstantPool cp)static TypeType. getType(Class cl)static TypeType. getType(String signature)TypeType.TypeHolder. getType()Methods in org.aspectj.apache.bcel.generic with parameters of type Type Modifier and Type Method Description LocalVariableGenMethodGen. addLocalVariable(String name, Type type, int slot, InstructionHandle start, InstructionHandle end)LocalVariableGenMethodGen. addLocalVariable(String name, Type type, InstructionHandle start, InstructionHandle end)static InstructionInstructionFactory. createArrayLoad(Type type)static InstructionInstructionFactory. createArrayStore(Type type)InstructionInstructionFactory. createCast(Type src_type, Type dest_type)FieldInstructionInstructionFactory. createFieldAccess(String class_name, String name, Type type, short kind)FieldInstructionInstructionFactory. createGetField(String class_name, String name, Type t)FieldInstructionInstructionFactory. createGetStatic(String class_name, String name, Type t)InvokeInstructionInstructionFactory. createInvoke(String class_name, String name, Type ret_type, Type[] arg_types, short kind)InvokeInstructionInstructionFactory. createInvoke(String class_name, String name, Type ret_type, Type[] arg_types, short kind, boolean isInterface)static InstructionLVInstructionFactory. createLoad(Type type, int index)InstructionInstructionFactory. createNewArray(Type t, short dim)static InstructionInstructionFactory. createNull(Type type)FieldInstructionInstructionFactory. createPutField(String class_name, String name, Type t)FieldInstructionInstructionFactory. createPutStatic(String class_name, String name, Type t)static InstructionInstructionFactory. createReturn(Type type)static InstructionLVInstructionFactory. createStore(Type type, int index)booleanReferenceType. isAssignmentCompatibleWith(Type t)booleanReferenceType. isCastableTo(Type t)voidMethodGen. setArgumentType(int i, Type type)voidMethodGen. setArgumentTypes(Type[] arg_types)voidMethodGen. setReturnType(Type return_type)voidFieldGenOrMethodGen. setType(Type type)voidLocalVariableGen. setType(Type type)Constructors in org.aspectj.apache.bcel.generic with parameters of type Type Constructor Description ArrayType(Type type, int dimensions)FieldGen(int modifiers, Type type, String name, ConstantPool cpool)LocalVariableGen(int index, String name, Type type, InstructionHandle start, InstructionHandle end)LocalVariableTag(Type type, String signature, String name, int slot, int startPosition)MethodGen(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPool cp)TypeHolder(Type t, int i) -
Uses of Type in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return Type Modifier and Type Method Description Type[]LazyMethodGen. getArgumentTypes()TypeLazyMethodGen. getReturnType()static TypeBcelWorld. makeBcelType(String type)static TypeBcelWorld. makeBcelType(UnresolvedType type)static Type[]BcelWorld. makeBcelTypes(String[] types)Methods in org.aspectj.weaver.bcel with parameters of type Type Modifier and Type Method Description intLazyMethodGen. allocateLocal(Type type)static InstructionListUtility. createConversion(InstructionFactory factory, Type fromType, Type toType)static InstructionListUtility. createConversion(InstructionFactory fact, Type fromType, Type toType, boolean allowAutoboxing)static UnresolvedTypeBcelWorld. fromBcel(Type t)static InstructionListBcelRenderer. renderExpr(InstructionFactory fact, BcelWorld world, Expr e, Type desiredType)ResolvedTypeBcelWorld. resolve(Type t)Constructors in org.aspectj.weaver.bcel with parameters of type Type Constructor Description LazyMethodGen(int modifiers, Type returnType, String name, Type[] paramTypes, String[] declaredExceptions, LazyClassGen enclosingClass)
-