javassist.bytecode.stackmap
Class TypeData.TypeName
java.lang.Object
javassist.bytecode.stackmap.TypeData
javassist.bytecode.stackmap.TypeData.TypeName
- Direct Known Subclasses:
- TypeData.ArrayElement, TypeData.ClassName
- Enclosing class:
- TypeData
protected abstract static class TypeData.TypeName
- extends TypeData
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
equivalences
protected java.util.ArrayList equivalences
expectedName
protected java.lang.String expectedName
TypeData.TypeName
protected TypeData.TypeName()
merge
public void merge(TypeData neighbor)
- Specified by:
merge
in class TypeData
getTypeTag
public int getTypeTag()
- Specified by:
getTypeTag
in class TypeData
getTypeData
public int getTypeData(ConstPool cp)
- Specified by:
getTypeData
in class TypeData
getTypeData2
protected int getTypeData2(ConstPool cp,
java.lang.String type)
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in class TypeData
isObjectType
public boolean isObjectType()
- Specified by:
isObjectType
in class TypeData
setType
protected void setType(java.lang.String typeName,
ClassPool cp)
throws BadBytecode
- Specified by:
setType
in class TypeData
- Throws:
BadBytecode
evalExpectedType
public void evalExpectedType(ClassPool cp)
throws BadBytecode
- Specified by:
evalExpectedType
in class TypeData
- Throws:
BadBytecode
isTypeName
protected boolean isTypeName()
getExpected
public java.lang.String getExpected()
throws BadBytecode
- Specified by:
getExpected
in class TypeData
- Throws:
BadBytecode
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.