@Deprecated
public interface JClassItem
Modifier and Type | Interface and Description |
---|---|
static class |
JClassItem.Kind
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<JClassItem> |
SMART_NAME_SORT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JClassItem.Kind |
getItemKind()
Deprecated.
|
int |
getModifiers()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
boolean |
hasAllModifiers(int mods)
Deprecated.
|
boolean |
hasAnyModifier(int mods)
Deprecated.
|
@Deprecated static final java.util.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 java.lang.String getName()
null
if there is none