public interface ModifierReviewable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ModifierReviewable.AbstractBase
An abstract base implementation of a
ModifierReviewable class. |
static interface |
ModifierReviewable.ForFieldDescription
A modifier reviewable for a
FieldDescription. |
static interface |
ModifierReviewable.ForMethodDescription
A modifier reviewable for a
MethodDescription. |
static interface |
ModifierReviewable.ForParameterDescription
A modifier reviewable for a
ParameterDescription. |
static interface |
ModifierReviewable.ForTypeDefinition
A modifier reviewable for a
TypeDescription. |
static interface |
ModifierReviewable.OfAbstraction
A modifier reviewable for a byte code element that can be abstract, i.e.
|
static interface |
ModifierReviewable.OfByteCodeElement
A modifier reviewable for a
ByteCodeElement, i.e. |
static interface |
ModifierReviewable.OfEnumeration
A modifier reviewable for a byte code element that can represent an enumeration, i.e.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
EMPTY_MASK
Representation of the default modifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getModifiers()
Returns the modifier that is described by this object.
|
SyntheticState |
getSyntheticState()
Returns this objects synthetic state.
|
boolean |
isFinal()
Specifies if the modifier described by this object is
final. |
boolean |
isSynthetic()
Specifies if the modifier described by this object is synthetic.
|
static final int EMPTY_MASK
int getModifiers()
boolean isFinal()
final.true if the modifier described by this object is final.boolean isSynthetic()
true if the modifier described by this object is synthetic.SyntheticState getSyntheticState()
Copyright © 2014–2024. All rights reserved.