Uses of Class
de.inetsoftware.classparser.ConstantClass
Packages that use ConstantClass
-
Uses of ConstantClass in de.inetsoftware.classparser
Fields in de.inetsoftware.classparser declared as ConstantClassModifier and TypeFieldDescription(package private) ConstantClass[]Exceptions.classesprivate final ConstantClassConstantRef.constClassprivate final ConstantClass[]ClassFile.interfacesprivate final ConstantClassClassFile.superClassprivate final ConstantClassClassFile.thisClassprivate final ConstantClassTryCatchFinally.typeMethods in de.inetsoftware.classparser that return ConstantClassModifier and TypeMethodDescriptionExceptions.getClasses()ConstantRef.getConstantClass()ClassFile.getInterfaces()ClassFile.getSuperClass()ClassFile.getThisClass()TryCatchFinally.getType()Methods in de.inetsoftware.classparser with parameters of type ConstantClassModifier and TypeMethodDescriptionprivate voidClassFile.patchConstantPool(String origClassName, ConstantClass thisClass) Replace the reference to the Class in the the constant pool.Constructors in de.inetsoftware.classparser with parameters of type ConstantClassModifierConstructorDescription(package private)ConstantFieldRef(ConstantClass constClass, ConstantNameAndType nameAndType) (package private)ConstantInterfaceRef(ConstantClass constClass, ConstantNameAndType nameAndType) (package private)ConstantMethodRef(ConstantClass constClass, ConstantNameAndType nameAndType) (package private)ConstantRef(ConstantClass constClass, ConstantNameAndType nameAndType) Create a new instance.