javassist.bytecode.stackmap
Class TypeData.NullType
java.lang.Object
javassist.bytecode.stackmap.TypeData
javassist.bytecode.stackmap.TypeData.TypeName
javassist.bytecode.stackmap.TypeData.ClassName
javassist.bytecode.stackmap.TypeData.NullType
- Enclosing class:
- TypeData
public static class TypeData.NullType
- extends TypeData.ClassName
Type data for NULL or OBJECT.
The types represented by the instances of this class are
initially NULL but will be OBJECT.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TypeData.NullType
public TypeData.NullType()
copy
public TypeData copy()
- Overrides:
copy
in class TypeData.ClassName
isNullType
public boolean isNullType()
- Overrides:
isNullType
in class TypeData
getTypeTag
public int getTypeTag()
- Overrides:
getTypeTag
in class TypeData.TypeName
getTypeData2
protected int getTypeData2(ConstPool cp,
java.lang.String type)
- Overrides:
getTypeData2
in class TypeData.TypeName
getExpected
public java.lang.String getExpected()
throws BadBytecode
- Overrides:
getExpected
in class TypeData.TypeName
- Throws:
BadBytecode
Copyright © 2011. All Rights Reserved.