@Deprecated public interface JClassItem
Modifier and Type | Interface and Description |
---|---|
static class |
JClassItem.Kind
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<JClassItem> |
SMART_NAME_SORT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JClassItem.Kind |
getItemKind()
Deprecated.
|
int |
getModifiers()
Deprecated.
|
String |
getName()
Deprecated.
|
boolean |
hasAllModifiers(int mods)
Deprecated.
|
boolean |
hasAnyModifier(int mods)
Deprecated.
|
@Deprecated static final Comparator<JClassItem> SMART_NAME_SORT
@Deprecated JClassItem.Kind getItemKind()
@Deprecated int getModifiers()
JMod
@Deprecated boolean hasAllModifiers(int mods)
mods
- the modifier(s)true
if all of the modifiers are present, false
otherwise@Deprecated boolean hasAnyModifier(int mods)
mods
- the modifier(s)true
if any if the modifiers are present, false
otherwise@Deprecated String getName()
null
if there is noneCopyright © 2016. All rights reserved.