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 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 intClassReader. readFrame(int stackMap, boolean zip, boolean unzip, Label[] labels, Context frame)Reads 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.
-