Uses of Class
com.googlecode.aviator.asm.Context
Packages that use Context
-
Uses of Context in com.googlecode.aviator.asm
Methods in com.googlecode.aviator.asm with parameters of type ContextModifier and TypeMethodDescriptionprivate voidClassReader.getImplicitFrame(Context frame) Computes the implicit frame of the method currently being parsed (as defined in the givenContext) and stores it in the given context.private voidClassReader.readCode(MethodVisitor mv, Context context, int u) Reads the bytecode of a method and makes the given visitor visit it.private intClassReader.readField(ClassVisitor classVisitor, Context context, int u) Reads a field and makes the given visitor visit it.private intReads a stack map frame and stores the result in the givenContextobject.private intClassReader.readMethod(ClassVisitor classVisitor, Context context, int u) Reads a method and makes the given visitor visit it.