public class Attribute extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
type
The type of this attribute, also called its name in the JVMS.
|
| 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 boolean isUnknown()
public boolean isCodeAttribute()
Copyright © 2019. All rights reserved.