Uses of Class
edu.rice.cs.cunit.classFile.constantPool.EmptyPoolInfo

Packages that use EmptyPoolInfo
edu.rice.cs.cunit.classFile.constantPool   
edu.rice.cs.cunit.classFile.constantPool.visitors   
 

Uses of EmptyPoolInfo in edu.rice.cs.cunit.classFile.constantPool
 

Fields in edu.rice.cs.cunit.classFile.constantPool declared as EmptyPoolInfo
private static EmptyPoolInfo EmptyPoolInfo._instance
          Singleton instance.
 

Methods in edu.rice.cs.cunit.classFile.constantPool that return EmptyPoolInfo
static EmptyPoolInfo EmptyPoolInfo.singleton()
          Singleton accessor.
 

Uses of EmptyPoolInfo in edu.rice.cs.cunit.classFile.constantPool.visitors
 

Methods in edu.rice.cs.cunit.classFile.constantPool.visitors with parameters of type EmptyPoolInfo
 R ADefaultPoolInfoVisitor.emptyCase(EmptyPoolInfo host, D param)
          Case for empty info.
 R IPoolInfoVisitor.emptyCase(EmptyPoolInfo host, D param)
          Case for empty info.
 APoolInfo CheckClassOrEmptyVisitor.emptyCase(EmptyPoolInfo host, java.lang.Object o)
          Return host.
 APoolInfo CheckUTFOrEmptyVisitor.emptyCase(EmptyPoolInfo host, java.lang.Object o)
          Return host.