Uses of Class
com.googlecode.aviator.asm.Context
-
Packages that use Context Package Description com.googlecode.aviator.asm -
-
Uses of Context in com.googlecode.aviator.asm
Methods in com.googlecode.aviator.asm with parameters of type Context Modifier and Type Method Description private 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
ClassReader. readFrame(int stackMap, boolean zip, boolean unzip, Label[] labels, Context frame)
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.
-