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 TypeMethodDescriptionvoidInstVisitor.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 FieldInstructionModifier and TypeMethodDescriptionstatic MemberBcelWorld.makeFieldJoinPointSignature(LazyClassGen cg, FieldInstruction fi)