Package | Description |
---|---|
com.sun.tools.javac.jvm |
Modifier and Type | Method and Description |
---|---|
static Code.StackMapFormat |
Code.StackMapFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Code.StackMapFormat[] |
Code.StackMapFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.