Package | Description |
---|---|
com.sun.tools.javac.jvm |
Modifier and Type | Field and Description |
---|---|
protected ClassFile.Version |
ClassReader.AttributeReader.version |
Modifier and Type | Method and Description |
---|---|
static ClassFile.Version |
ClassFile.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassFile.Version[] |
ClassFile.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AttributeReader(Name name,
ClassFile.Version version,
Set<ClassReader.AttributeKind> kinds) |
Copyright © 2017 earcam. All rights reserved.