javassist.bytecode.stackmap
Class TypeData.UninitData
java.lang.Object
javassist.bytecode.stackmap.TypeData
javassist.bytecode.stackmap.TypeData.UninitData
- Direct Known Subclasses:
- TypeData.UninitThis
- Enclosing class:
- TypeData
public static class TypeData.UninitData
- extends TypeData
Type data for UNINIT.
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
equals
public boolean equals(Object obj)
- Specified by:
equals in class TypeData
getSelf
public TypeData getSelf()
- Overrides:
getSelf in class TypeData
copy
public TypeData copy()
- Specified by:
copy in class TypeData
isObjectType
public boolean isObjectType()
- Specified by:
isObjectType in class TypeData
setType
protected void setType(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
getName
public String getName()
- Specified by:
getName in class TypeData
getExpected
public String getExpected()
- Specified by:
getExpected in class TypeData
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.