Uses of Class
org.glassfish.rmic.tools.asm.ConstantPool
Packages that use ConstantPool
-
Uses of ConstantPool in org.glassfish.rmic.tools.asm
Methods in org.glassfish.rmic.tools.asm with parameters of type ConstantPoolModifier and TypeMethodDescriptionvoidAssembler.collect(Environment env, MemberDefinition field, ConstantPool tab) Collect all constants into the constant table(package private) voidInstruction.collect(ConstantPool tab) Collect constants into the constant table(package private) intInstruction.size(ConstantPool tab) Return the size of the instructionvoidAssembler.write(Environment env, DataOutputStream out, MemberDefinition field, ConstantPool tab) Generate code(package private) voidClassConstantData.write(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) abstract voidConstantPoolData.write(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) voidFieldConstantData.write(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) voidInstruction.write(DataOutputStream out, ConstantPool tab) Generate code(package private) voidLocalVariableTable.write(Environment env, DataOutputStream out, ConstantPool tab) Write out the data.(package private) voidNameAndTypeConstantData.write(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) voidNumberConstantData.write(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) voidStringConstantData.write(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) voidStringExpressionConstantData.write(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output streamvoidAssembler.writeCoverageTable(Environment env, ClassDefinition c, DataOutputStream out, ConstantPool tab, long whereField) Write the coverage table(package private) voidAssembler.writeExceptions(Environment env, DataOutputStream out, ConstantPool tab, Instruction first, Instruction last) Write the exceptions tablevoidAssembler.writeLineNumberTable(Environment env, DataOutputStream out, ConstantPool tab) Write the linenumber tablevoidAssembler.writeLocalVariableTable(Environment env, MemberDefinition field, DataOutputStream out, ConstantPool tab) Write the local variable table.Constructors in org.glassfish.rmic.tools.asm with parameters of type ConstantPoolModifierConstructorDescription(package private)ClassConstantData(ConstantPool tab, ClassDeclaration clazz) Constructor(package private)ClassConstantData(ConstantPool tab, Type t) (package private)FieldConstantData(ConstantPool tab, MemberDefinition field) Constructor(package private)Constructor(package private)NumberConstantData(ConstantPool tab, Number num) Constructor(package private)StringConstantData(ConstantPool tab, String str) Constructor(package private)Constructor -
Uses of ConstantPool in org.glassfish.rmic.tools.javac
Fields in org.glassfish.rmic.tools.javac declared as ConstantPoolModifier and TypeFieldDescription(package private) ConstantPoolSourceClass.tabDeprecated.The constant pool