Uses of Class
org.aspectj.apache.bcel.generic.FieldInstruction
-
Packages that use FieldInstruction Package Description org.aspectj.apache.bcel.generic org.aspectj.weaver.bcel -
-
Uses of FieldInstruction in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that return FieldInstruction Modifier and Type Method Description 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)FieldInstructionInstructionFactory. createPutField(String class_name, String name, Type t)FieldInstructionInstructionFactory. createPutStatic(String class_name, String name, Type t)Methods in org.aspectj.apache.bcel.generic with parameters of type FieldInstruction Modifier and Type Method Description voidInstVisitor. visitGETFIELD(FieldInstruction obj)voidInstVisitor. visitGETSTATIC(FieldInstruction obj)voidInstVisitor. visitPUTFIELD(FieldInstruction obj)voidInstVisitor. visitPUTSTATIC(FieldInstruction obj) -
Uses of FieldInstruction in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel with parameters of type FieldInstruction Modifier and Type Method Description static MemberBcelWorld. makeFieldJoinPointSignature(LazyClassGen cg, FieldInstruction fi)
-