Uses of Class
org.aspectj.apache.bcel.generic.FieldInstruction
Packages that use FieldInstruction
-
Uses of FieldInstruction in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that return FieldInstructionModifier and TypeMethodDescriptionInstructionFactory.createFieldAccess(String class_name, String name, Type type, short kind)
Create a field instruction.InstructionFactory.createGetField(String class_name, String name, Type t)
InstructionFactory.createGetStatic(String class_name, String name, Type t)
InstructionFactory.createPutField(String class_name, String name, Type t)
InstructionFactory.createPutStatic(String class_name, String name, Type t)
Methods in org.aspectj.apache.bcel.generic with parameters of type FieldInstructionModifier and TypeMethodDescriptionvoid
InstVisitor.visitGETFIELD(FieldInstruction obj)
void
InstVisitor.visitGETSTATIC(FieldInstruction obj)
void
InstVisitor.visitPUTFIELD(FieldInstruction obj)
void
InstVisitor.visitPUTSTATIC(FieldInstruction obj)
-
Uses of FieldInstruction in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel with parameters of type FieldInstructionModifier and TypeMethodDescriptionstatic Member
BcelWorld.makeFieldJoinPointSignature(LazyClassGen cg, FieldInstruction fi)