类 Constant

    • 构造器详细资料

      • Constant

        public Constant()
    • 方法详细资料

      • getTag

        public abstract int getTag()
        Returns the constant pool info tag that specifies the entry type.
      • isCategory2

        public abstract boolean isCategory2()
        Returns whether the constant is of category 2. This means that it takes up the space of two category 1 types in the constant pool or on the stack, for instance.
      • accept

        public abstract void accept​(Clazz clazz,
                                    ConstantVisitor constantVisitor)
        Accepts the given visitor.