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 TypeMethodDescriptionvoid
Assembler.collect
(Environment env, MemberDefinition field, ConstantPool tab) Collect all constants into the constant table(package private) void
Instruction.collect
(ConstantPool tab) Collect constants into the constant table(package private) int
Instruction.size
(ConstantPool tab) Return the size of the instructionvoid
Assembler.write
(Environment env, DataOutputStream out, MemberDefinition field, ConstantPool tab) Generate code(package private) void
ClassConstantData.write
(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) abstract void
ConstantPoolData.write
(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) void
FieldConstantData.write
(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) void
Instruction.write
(DataOutputStream out, ConstantPool tab) Generate code(package private) void
LocalVariableTable.write
(Environment env, DataOutputStream out, ConstantPool tab) Write out the data.(package private) void
NameAndTypeConstantData.write
(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) void
NumberConstantData.write
(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) void
StringConstantData.write
(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output stream(package private) void
StringExpressionConstantData.write
(Environment env, DataOutputStream out, ConstantPool tab) Write the constant to the output streamvoid
Assembler.writeCoverageTable
(Environment env, ClassDefinition c, DataOutputStream out, ConstantPool tab, long whereField) Write the coverage table(package private) void
Assembler.writeExceptions
(Environment env, DataOutputStream out, ConstantPool tab, Instruction first, Instruction last) Write the exceptions tablevoid
Assembler.writeLineNumberTable
(Environment env, DataOutputStream out, ConstantPool tab) Write the linenumber tablevoid
Assembler.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) ConstantPool
SourceClass.tab
Deprecated.The constant pool