public interface ModifierReviewable
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ModifierReviewable.AbstractBaseAn abstract base implementation of a  ModifierReviewableclass. | 
| static interface  | ModifierReviewable.ForFieldDescriptionA modifier reviewable for a  FieldDescription. | 
| static interface  | ModifierReviewable.ForMethodDescriptionA modifier reviewable for a  MethodDescription. | 
| static interface  | ModifierReviewable.ForParameterDescriptionA modifier reviewable for a  ParameterDescription. | 
| static interface  | ModifierReviewable.ForTypeDefinitionA modifier reviewable for a  TypeDescription. | 
| static interface  | ModifierReviewable.OfAbstractionA modifier reviewable for a byte code element that can be abstract, i.e. | 
| static interface  | ModifierReviewable.OfByteCodeElementA modifier reviewable for a  ByteCodeElement, i.e. | 
| static interface  | ModifierReviewable.OfEnumerationA modifier reviewable for a byte code element that can represent an enumeration, i.e. | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | EMPTY_MASKRepresentation 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.