Class Clazz.ClassConstant

  • Enclosing class:
    Clazz

    public class Clazz.ClassConstant
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean referred  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassConstant​(int class_index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • referred

        public boolean referred
    • Constructor Detail

      • ClassConstant

        public ClassConstant​(int class_index)
    • Method Detail

      • getName

        public java.lang.String getName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object