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