Uses of Class
org.eclipse.sisu.space.asm.Context
Packages that use Context
-
Uses of Context in org.eclipse.sisu.space.asm
Methods in org.eclipse.sisu.space.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 intClassReader.readAnnotationTarget(Context context, int u) Parses the header of a type annotation to extract its target_type and target_path (the result is stored in the given context), and returns the start offset of the rest of the type_annotation structure (i.e.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.private voidClassReader.readParameterAnnotations(MethodVisitor mv, Context context, int v, boolean visible) Reads parameter annotations and makes the given visitor visit them.private int[]ClassReader.readTypeAnnotations(MethodVisitor mv, Context context, int u, boolean visible) Parses a type annotation table to find the labels, and to visit the try catch block annotations.