Package | Description |
---|---|
com.sun.tools.javac.jvm |
Modifier and Type | Field and Description |
---|---|
CRTable |
Code.crt
The CharacterRangeTable
|
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.
|
Copyright © 2017 earcam. All rights reserved.