|
Javassist 3.15.0-GA-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.stackmap.TypeData
javassist.bytecode.stackmap.TypeData.TypeName
javassist.bytecode.stackmap.TypeData.ArrayElement
public static class TypeData.ArrayElement
Type data for OBJECT if the type is an object type and is derived as an element type from an array type by AALOAD.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javassist.bytecode.stackmap.TypeData |
---|
TypeData.ArrayElement, TypeData.BasicType, TypeData.ClassName, TypeData.NullType, TypeData.TypeName, TypeData.UninitData, TypeData.UninitThis |
Field Summary |
---|
Fields inherited from class javassist.bytecode.stackmap.TypeData.TypeName |
---|
equivalences, expectedName |
Constructor Summary | |
---|---|
TypeData.ArrayElement(TypeData a)
|
Method Summary | |
---|---|
TypeData |
copy()
|
static String |
getArrayType(String elementType)
|
static String |
getElementType(String arrayType)
|
String |
getName()
|
protected void |
setType(String typeName,
ClassPool cp)
|
Methods inherited from class javassist.bytecode.stackmap.TypeData.TypeName |
---|
equals, evalExpectedType, getExpected, getTypeData, getTypeData2, getTypeTag, isObjectType, isTypeName, merge, toString |
Methods inherited from class javassist.bytecode.stackmap.TypeData |
---|
getSelf, is2WordType, isNullType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TypeData.ArrayElement(TypeData a)
Method Detail |
---|
public TypeData copy()
copy
in class TypeData
protected void setType(String typeName, ClassPool cp) throws BadBytecode
setType
in class TypeData.TypeName
BadBytecode
public String getName() throws BadBytecode
getName
in class TypeData
BadBytecode
public static String getArrayType(String elementType)
public static String getElementType(String arrayType)
|
Javassist 3.15.0-GA-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |