Uses of Class
org.jd.core.v1.model.classfile.constant.Constant
-
-
Uses of Constant in org.jd.core.v1.model.classfile
Fields in org.jd.core.v1.model.classfile declared as Constant Modifier and Type Field Description protected Constant[]
ConstantPool. constants
Methods in org.jd.core.v1.model.classfile with type parameters of type Constant Modifier and Type Method Description <T extends Constant>
TConstantPool. getConstant(int index)
Constructors in org.jd.core.v1.model.classfile with parameters of type Constant Constructor Description ConstantPool(Constant[] constants)
-
Uses of Constant in org.jd.core.v1.model.classfile.constant
Subclasses of Constant in org.jd.core.v1.model.classfile.constant Modifier and Type Class Description class
ConstantClass
class
ConstantDouble
class
ConstantFloat
class
ConstantInteger
class
ConstantLong
class
ConstantMemberRef
POJO for CONSTANT_Fieldref, CONSTANT_Methodref and CONSTANT_InterfaceMethodref.class
ConstantMethodHandle
class
ConstantMethodType
class
ConstantNameAndType
class
ConstantString
class
ConstantUtf8
class
ConstantValue
-
Uses of Constant in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type Constant Modifier and Type Method Description private void
ByteCodeParser. parseLDC(DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, Constant constant)
protected static void
ByteCodeWriter. writeLDC(java.lang.StringBuilder sb, ConstantPool constants, Constant constant)
-
Uses of Constant in org.jd.core.v1.service.deserializer.classfile
Methods in org.jd.core.v1.service.deserializer.classfile that return Constant Modifier and Type Method Description protected Constant[]
ClassFileDeserializer. loadConstants(ClassFileReader reader)
-