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 void
ClassReader.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 void
ClassReader.readCode
(MethodVisitor mv, Context context, int u) Reads the bytecode of a method and makes the given visitor visit it.private int
ClassReader.readField
(ClassVisitor classVisitor, Context context, int u) Reads a field and makes the given visitor visit it.private int
Reads a stack map frame and stores the result in the givenContext
object.private int
ClassReader.readMethod
(ClassVisitor classVisitor, Context context, int u) Reads a method and makes the given visitor visit it.