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