Package | Description |
---|---|
com.sun.tools.javac.code | |
com.sun.tools.javac.jvm |
Modifier and Type | Field and Description |
---|---|
Pool |
Symbol.ClassSymbol.pool
the constant pool of the class
|
Constructor and Description |
---|
Code(Symbol.MethodSymbol meth,
boolean fatcode,
Position.LineMap lineMap,
boolean varDebugInfo,
Code.StackMapFormat stackMap,
boolean debugCode,
CRTable crt,
Symtab syms,
Types types,
Pool pool,
LVTRanges lvtRanges)
Construct a code object, given the settings of the fatcode,
debugging info switches and the CharacterRangeTable.
|
Items(Pool pool,
Code code,
Symtab syms,
Types types) |
Copyright © 2017 earcam. All rights reserved.