|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstructionList | |
---|---|
org.aspectj.apache.bcel.generic | |
org.aspectj.weaver.bcel |
Uses of InstructionList in org.aspectj.apache.bcel.generic |
---|
Methods in org.aspectj.apache.bcel.generic that return InstructionList | |
---|---|
InstructionList |
InstructionList.copy()
|
InstructionList |
MethodGen.getInstructionList()
|
InstructionList |
InstructionFactory.PUSHCLASS(ConstantPool cp,
java.lang.String className)
Return a list that will load the Class object - on 1.5 or later use the class variant of ldc, whilst on earlier JVMs use the regular Class.forName. |
Methods in org.aspectj.apache.bcel.generic with parameters of type InstructionList | |
---|---|
InstructionHandle |
InstructionList.append(InstructionHandle appendTo,
InstructionList appendee)
Append another list after instruction (handle) ih contained in this list. |
InstructionHandle |
InstructionList.append(Instruction i,
InstructionList il)
Append another list after instruction i contained in this list. |
InstructionHandle |
InstructionList.append(InstructionList il)
Append another list to this one. |
static int |
MethodGen.getMaxStack(ConstantPool cp,
InstructionList il,
CodeExceptionGen[] et)
Computes stack usage of an instruction list by performing control flow analysis. |
InstructionHandle |
InstructionList.insert(InstructionHandle ih,
InstructionList il)
Insert another list before Instruction handle ih contained in this list. |
InstructionHandle |
InstructionList.insert(Instruction i,
InstructionList il)
Insert another list before Instruction i contained in this list. |
InstructionHandle |
InstructionList.insert(InstructionList il)
Insert another list. |
void |
MethodGen.setInstructionList(InstructionList il)
|
Constructors in org.aspectj.apache.bcel.generic with parameters of type InstructionList | |
---|---|
MethodGen(int access_flags,
Type return_type,
Type[] arg_types,
java.lang.String[] arg_names,
java.lang.String method_name,
java.lang.String class_name,
InstructionList il,
ConstantPool cp)
Declare method. |
Uses of InstructionList in org.aspectj.weaver.bcel |
---|
Constructors in org.aspectj.weaver.bcel with parameters of type InstructionList | |
---|---|
ExceptionRange(InstructionList body,
UnresolvedType exceptionType,
boolean insideExisting)
|
|
ExceptionRange(InstructionList body,
UnresolvedType exceptionType,
int priority)
After this constructor is called, this range is not well situated unless ExceptionRange.associateWithTargets(org.aspectj.apache.bcel.generic.InstructionHandle, org.aspectj.apache.bcel.generic.InstructionHandle, org.aspectj.apache.bcel.generic.InstructionHandle) is called
XXX priority should be fixed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |