public class Attribute extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
type
The type of this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCodeAttribute()
Returns true if this type of attribute is a code attribute.
|
boolean |
isUnknown()
Returns true if this type of attribute is unknown.
|
public final String type
public boolean isUnknown()
public boolean isCodeAttribute()
Copyright © 2016 jetbrick. All rights reserved.