Package aj.org.objectweb.asm
Class TypePath
- java.lang.Object
-
- aj.org.objectweb.asm.TypePath
-
public final class TypePath extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intARRAY_ELEMENTstatic intINNER_TYPEstatic intTYPE_ARGUMENTstatic intWILDCARD_BOUND
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TypePathfromString(String typePath)intgetLength()intgetStep(int index)intgetStepArgument(int index)StringtoString()
-
-
-
Field Detail
-
ARRAY_ELEMENT
public static final int ARRAY_ELEMENT
- See Also:
- Constant Field Values
-
INNER_TYPE
public static final int INNER_TYPE
- See Also:
- Constant Field Values
-
WILDCARD_BOUND
public static final int WILDCARD_BOUND
- See Also:
- Constant Field Values
-
TYPE_ARGUMENT
public static final int TYPE_ARGUMENT
- See Also:
- Constant Field Values
-
-