protected abstract class ClassReader.AttributeReader extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<ClassReader.AttributeKind> |
kinds |
protected Name |
name |
protected ClassFile.Version |
version |
Modifier | Constructor and Description |
---|---|
protected |
AttributeReader(Name name,
ClassFile.Version version,
Set<ClassReader.AttributeKind> kinds) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
accepts(ClassReader.AttributeKind kind) |
protected abstract void |
read(Symbol sym,
int attrLen) |
protected final Name name
protected final ClassFile.Version version
protected final Set<ClassReader.AttributeKind> kinds
protected AttributeReader(Name name, ClassFile.Version version, Set<ClassReader.AttributeKind> kinds)
protected boolean accepts(ClassReader.AttributeKind kind)
protected abstract void read(Symbol sym, int attrLen)
Copyright © 2017 earcam. All rights reserved.