|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.cunit.classFile.constantPool.visitors.ADefaultPoolInfoVisitor<IntegerPoolInfo,java.lang.Object>
edu.rice.cs.cunit.classFile.constantPool.visitors.CheckIntegerVisitor
public class CheckIntegerVisitor
Check that the host is a Integer info.
| Field Summary | |
|---|---|
private static CheckIntegerVisitor |
_instance
Singleton instance. |
| Constructor Summary | |
|---|---|
private |
CheckIntegerVisitor()
Singleton constructor. |
| Method Summary | |
|---|---|
IntegerPoolInfo |
defaultCase(APoolInfo host,
java.lang.Object o)
All other cases throw. |
IntegerPoolInfo |
intCase(IntegerPoolInfo host,
java.lang.Object o)
Return host. |
static CheckIntegerVisitor |
singleton()
Singleton accessor. |
| Methods inherited from class edu.rice.cs.cunit.classFile.constantPool.visitors.ADefaultPoolInfoVisitor |
|---|
asciizCase, classCase, doubleCase, emptyCase, fieldCase, floatCase, interfaceMethodCase, longCase, methodCase, nameAndTypeCase, stringCase, unicodeCase |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static CheckIntegerVisitor _instance
| Constructor Detail |
|---|
private CheckIntegerVisitor()
| Method Detail |
|---|
public static CheckIntegerVisitor singleton()
public IntegerPoolInfo defaultCase(APoolInfo host,
java.lang.Object o)
defaultCase in class ADefaultPoolInfoVisitor<IntegerPoolInfo,java.lang.Object>host - non-Long hosto - not used
public IntegerPoolInfo intCase(IntegerPoolInfo host,
java.lang.Object o)
intCase in interface IPoolInfoVisitor<IntegerPoolInfo,java.lang.Object>intCase in class ADefaultPoolInfoVisitor<IntegerPoolInfo,java.lang.Object>host - Integer hosto - not used
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||