|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.rice.cs.cunit.classFile.constantPool.visitors.ADefaultPoolInfoVisitor<LongPoolInfo,java.lang.Object> edu.rice.cs.cunit.classFile.constantPool.visitors.CheckLongVisitor
public class CheckLongVisitor
Check that the host is a Long info.
Field Summary | |
---|---|
private static CheckLongVisitor |
_instance
Singleton instance. |
Constructor Summary | |
---|---|
private |
CheckLongVisitor()
Singleton constructor. |
Method Summary | |
---|---|
LongPoolInfo |
defaultCase(APoolInfo host,
java.lang.Object o)
All other cases throw. |
LongPoolInfo |
longCase(LongPoolInfo host,
java.lang.Object o)
Return host. |
static CheckLongVisitor |
singleton()
Singleton accessor. |
Methods inherited from class edu.rice.cs.cunit.classFile.constantPool.visitors.ADefaultPoolInfoVisitor |
---|
asciizCase, classCase, doubleCase, emptyCase, fieldCase, floatCase, intCase, interfaceMethodCase, 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 CheckLongVisitor _instance
Constructor Detail |
---|
private CheckLongVisitor()
Method Detail |
---|
public static CheckLongVisitor singleton()
public LongPoolInfo defaultCase(APoolInfo host, java.lang.Object o)
defaultCase
in class ADefaultPoolInfoVisitor<LongPoolInfo,java.lang.Object>
host
- non-Long hosto
- not used
public LongPoolInfo longCase(LongPoolInfo host, java.lang.Object o)
longCase
in interface IPoolInfoVisitor<LongPoolInfo,java.lang.Object>
longCase
in class ADefaultPoolInfoVisitor<LongPoolInfo,java.lang.Object>
host
- Long hosto
- not used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |