Uses of Class
de.inetsoftware.classparser.ConstantPool
-
Packages that use ConstantPool Package Description de.inetsoftware.classparser de.inetsoftware.jwebassembly.module -
-
Uses of ConstantPool in de.inetsoftware.classparser
Fields in de.inetsoftware.classparser declared as ConstantPool Modifier and Type Field Description private ConstantPoolAttributes. constantPoolprivate ConstantPoolClassFile. constantPoolprivate ConstantPoolCode. constantPoolprivate ConstantPoolMethodInfo. constantPoolMethods in de.inetsoftware.classparser that return ConstantPool Modifier and Type Method Description ConstantPoolClassFile. getConstantPool()Get the constant pool of the the current class.ConstantPoolCode. getConstantPool()Get the constant pool of this code.ConstantPoolMethodInfo. getConstantPool()Get the constant pool of the the current class.Methods in de.inetsoftware.classparser with parameters of type ConstantPool Modifier and Type Method Description (package private) static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>>Annotations. read(java.io.DataInputStream input, ConstantPool constantPool)Read the annotations structure.private static java.lang.ObjectAnnotations. readElementValue(java.io.DataInputStream input, ConstantPool constantPool)Read a single element valueprivate static TryCatchFinally[]Code. readExceptionTable(java.io.DataInputStream input, ConstantPool constantPool)Read the exception table and correct some problems.Constructors in de.inetsoftware.classparser with parameters of type ConstantPool Constructor Description AttributeInfo(java.io.DataInputStream input, ConstantPool constantPool)Attributes(java.io.DataInputStream input, ConstantPool constantPool)BootstrapMethod(java.io.DataInputStream input, ConstantPool constantPool)Create an instance.Code(java.io.DataInputStream input, ConstantPool constantPool)The code of a method attribute.Exceptions(java.io.DataInputStream input, ConstantPool constantPool)Read the Exceptions structure.FieldInfo(java.io.DataInputStream input, ConstantPool constantPool)Read a single FieldInfo.LocalVariable(java.io.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#5956LocalVariableTable(int maxLocals, ConstantPool constantPool, java.io.DataInputStream input)Create a new instance of the code attribute "LocalVariableTable".MethodInfo(java.io.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#1513TryCatchFinally(java.io.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 ConstantPool Modifier and Type Method Description private voidJavaMethodWasmCodeBuilder. writeCode(CodeInputStream byteCode, ConstantPool constantPool, ClassFile classFile, AnyType returnType)Write the byte code of a method.
-