Uses of Class
de.inetsoftware.classparser.ConstantPool
Packages that use ConstantPool
-
Uses of ConstantPool in de.inetsoftware.classparser
Fields in de.inetsoftware.classparser declared as ConstantPoolModifier and TypeFieldDescriptionprivate final ConstantPool
Attributes.constantPool
private final ConstantPool
ClassFile.constantPool
private final ConstantPool
Code.constantPool
private final ConstantPool
MethodInfo.constantPool
Methods in de.inetsoftware.classparser that return ConstantPoolModifier and TypeMethodDescriptionClassFile.getConstantPool()
Get the constant pool of the the current class.Code.getConstantPool()
Get the constant pool of this code.MethodInfo.getConstantPool()
Get the constant pool of the the current class.Methods in de.inetsoftware.classparser with parameters of type ConstantPoolModifier and TypeMethodDescriptionAnnotations.read
(DataInputStream input, ConstantPool constantPool) Read the annotations structure.private static Object
Annotations.readElementValue
(DataInputStream input, ConstantPool constantPool) Read a single element valueprivate static TryCatchFinally[]
Code.readExceptionTable
(DataInputStream input, ConstantPool constantPool) Read the exception table and correct some problems.Constructors in de.inetsoftware.classparser with parameters of type ConstantPoolModifierConstructorDescription(package private)
AttributeInfo
(DataInputStream input, ConstantPool constantPool) (package private)
Attributes
(DataInputStream input, ConstantPool constantPool) (package private)
BootstrapMethod
(DataInputStream input, ConstantPool constantPool) Create an instance.(package private)
Code
(DataInputStream input, ConstantPool constantPool) The code of a method attribute.(package private)
Exceptions
(DataInputStream input, ConstantPool constantPool) Read the Exceptions structure.(package private)
FieldInfo
(DataInputStream input, ConstantPool constantPool) Read a single FieldInfo.(package private)
LocalVariable
(DataInputStream input, ConstantPool constantPool) http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.7.13 http://docs.oracle.com/javase/specs/jvms/se5.0/html/ClassFile.doc.html#5956(package private)
LocalVariableTable
(int maxLocals, ConstantPool constantPool, DataInputStream input) Create a new instance of the code attribute "LocalVariableTable".(package private)
MethodInfo
(DataInputStream input, ConstantPool constantPool, ClassFile classFile) Read the method_info structure http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.6 http://docs.oracle.com/javase/specs/jvms/se5.0/html/ClassFile.doc.html#1513(package private)
TryCatchFinally
(DataInputStream input, ConstantPool constantPool) http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.7.3 http://docs.oracle.com/javase/specs/jvms/se5.0/html/ClassFile.doc.html#1546 -
Uses of ConstantPool in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type ConstantPoolModifier and TypeMethodDescriptionprivate void
JavaMethodWasmCodeBuilder.writeCode
(CodeInputStream byteCode, ConstantPool constantPool, ClassFile classFile, AnyType returnType) Write the byte code of a method.