|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypePath | |
|---|---|
| org.mvel2.asm | Provides a small and fast bytecode manipulation framework. |
| org.mvel2.asm.commons | Provides some useful class and method adapters. |
| org.mvel2.asm.tree | Provides an ASM visitor that constructs a tree representation of the classes it visits. |
| org.mvel2.asm.util | Provides ASM visitors that can be useful for programming and debugging purposes. |
| org.mvel2.asm.xml | Provides SAX 2.0 adapters for ASM visitors to convert classes to and from XML. |
| Uses of TypePath in org.mvel2.asm |
|---|
| Methods in org.mvel2.asm that return TypePath | |
|---|---|
static TypePath |
TypePath.fromString(String typePath)
Converts a type path in string form, in the format used by toString(), into a TypePath object. |
| Methods in org.mvel2.asm with parameters of type TypePath | |
|---|---|
AnnotationVisitor |
MethodVisitor.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on an instruction. |
AnnotationVisitor |
MethodVisitor.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
Visits an annotation on a local variable type. |
AnnotationVisitor |
MethodVisitor.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on an exception handler type. |
AnnotationVisitor |
ClassVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on a type in the class signature. |
AnnotationVisitor |
ClassWriter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
FieldVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on the type of the field. |
AnnotationVisitor |
MethodVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on a type in the method signature. |
| Uses of TypePath in org.mvel2.asm.commons |
|---|
| Methods in org.mvel2.asm.commons with parameters of type TypePath | |
|---|---|
AnnotationVisitor |
RemappingMethodAdapter.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
RemappingMethodAdapter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
|
AnnotationVisitor |
LocalVariablesSorter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
|
AnnotationVisitor |
RemappingMethodAdapter.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
RemappingMethodAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
RemappingFieldAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
RemappingClassAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
| Uses of TypePath in org.mvel2.asm.tree |
|---|
| Fields in org.mvel2.asm.tree declared as TypePath | |
|---|---|
TypePath |
TypeAnnotationNode.typePath
The path to the annotated type argument, wildcard bound, array element type, or static outer type within the referenced type. |
| Methods in org.mvel2.asm.tree with parameters of type TypePath | |
|---|---|
AnnotationVisitor |
MethodNode.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
MethodNode.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
|
AnnotationVisitor |
MethodNode.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
FieldNode.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
ClassNode.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
MethodNode.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
| Constructors in org.mvel2.asm.tree with parameters of type TypePath | |
|---|---|
LocalVariableAnnotationNode(int api,
int typeRef,
TypePath typePath,
LabelNode[] start,
LabelNode[] end,
int[] index,
String desc)
Constructs a new LocalVariableAnnotationNode. |
|
LocalVariableAnnotationNode(int typeRef,
TypePath typePath,
LabelNode[] start,
LabelNode[] end,
int[] index,
String desc)
Constructs a new LocalVariableAnnotationNode. |
|
TypeAnnotationNode(int api,
int typeRef,
TypePath typePath,
String desc)
Constructs a new AnnotationNode. |
|
TypeAnnotationNode(int typeRef,
TypePath typePath,
String desc)
Constructs a new AnnotationNode. |
|
| Uses of TypePath in org.mvel2.asm.util |
|---|
| Methods in org.mvel2.asm.util with parameters of type TypePath | |
|---|---|
Printer |
Textifier.visitClassTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
ASMifier |
ASMifier.visitClassTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
Printer |
Printer.visitClassTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Class type annotation. |
Printer |
Textifier.visitFieldTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
ASMifier |
ASMifier.visitFieldTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
Printer |
Printer.visitFieldTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Field type annotation. |
Printer |
Textifier.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
ASMifier |
ASMifier.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
TraceMethodVisitor.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
CheckMethodAdapter.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
Printer |
Printer.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Instruction type annotation. |
Printer |
Textifier.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
|
Printer |
ASMifier.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
|
AnnotationVisitor |
TraceMethodVisitor.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
|
AnnotationVisitor |
CheckMethodAdapter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
|
Printer |
Printer.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
Local variable type annotation. |
Printer |
Textifier.visitMethodTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
ASMifier |
ASMifier.visitMethodTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
Printer |
Printer.visitMethodTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Method type annotation. |
Printer |
Textifier.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
ASMifier |
ASMifier.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
TraceMethodVisitor.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
CheckMethodAdapter.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
Printer |
Printer.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Try catch block type annotation. |
AnnotationVisitor |
CheckClassAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
TraceClassVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
Textifier |
Textifier.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Prints a disassembled view of the given type annotation. |
ASMifier |
ASMifier.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
TraceFieldVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
CheckFieldAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
TraceMethodVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
CheckMethodAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
ASMifier |
ASMifier.visitTypeAnnotation(String method,
int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
| Uses of TypePath in org.mvel2.asm.xml |
|---|
| Methods in org.mvel2.asm.xml with parameters of type TypePath | |
|---|---|
AnnotationVisitor |
SAXCodeAdapter.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
SAXCodeAdapter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
|
AnnotationVisitor |
SAXCodeAdapter.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
SAXFieldAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
SAXClassAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
AnnotationVisitor |
SAXCodeAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
|
| Constructors in org.mvel2.asm.xml with parameters of type TypePath | |
|---|---|
SAXAnnotationAdapter(int api,
SAXAdapter sa,
String elementName,
int visible,
String desc,
String name,
int parameter,
int typeRef,
TypePath typePath,
String[] start,
String[] end,
int[] index)
|
|
SAXAnnotationAdapter(SAXAdapter sa,
String elementName,
int visible,
String name,
String desc,
int typeRef,
TypePath typePath)
|
|
SAXAnnotationAdapter(SAXAdapter sa,
String elementName,
int visible,
String name,
String desc,
int typeRef,
TypePath typePath,
String[] start,
String[] end,
int[] index)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||