Modifier and Type | Field and Description |
---|---|
public static final int | EMPTY_MASK
Representation of the default modifier. |
Modifier and Type | Method and Description |
---|---|
public int | Returns: The modifier that is described by this object.Returns the modifier that is described by this object. |
public SyntheticState | |
public boolean | Returns: true if the modifier described by this object is final .Specifies if the modifier described by this object is |
public boolean | Returns: true if the modifier described by this object is synthetic.Specifies if the modifier described by this object is synthetic. |
EMPTY_MASK | back to summary |
---|---|
public static final int EMPTY_MASK Representation of the default modifier. |
getModifiers | back to summary |
---|---|
public int getModifiers() Returns the modifier that is described by this object.
|
getSyntheticState | back to summary |
---|---|
public SyntheticState getSyntheticState() Returns this objects synthetic state.
|
isFinal | back to summary |
---|---|
public boolean isFinal() Specifies if the modifier described by this object is
|
isSynthetic | back to summary |
---|---|
public boolean isSynthetic() Specifies if the modifier described by this object is synthetic.
|
ModifierReviewable
class.
Access | Constructor and Description |
---|---|
public |
AbstractBase | back to summary |
---|---|
public AbstractBase() |
getEnumerationState | back to summary |
---|---|
public EnumerationState getEnumerationState() Implements net. Doc from net. Returns this byte code element's enumeration state.
|
getFieldManifestation | back to summary |
---|---|
public FieldManifestation getFieldManifestation() Implements net. Doc from net. Returns this field's manifestation.
|
getFieldPersistence | back to summary |
---|---|
public FieldPersistence getFieldPersistence() Implements net. Doc from net. Returns this field's persistence.
|
getMethodManifestation | back to summary |
---|---|
public MethodManifestation getMethodManifestation() Implements net. Doc from net. Returns this method's manifestation.
|
getMethodStrictness | back to summary |
---|---|
public MethodStrictness getMethodStrictness() Implements net. Doc from net. Returns this method's strictness in floating-point computation.
|
getOwnership | back to summary |
---|---|
public Ownership getOwnership() Implements net. Doc from net. Return's this byte code element's ownership.
|
getParameterManifestation | back to summary |
---|---|
public ParameterManifestation getParameterManifestation() Implements net. Doc from net. Returns this parameter's manifestation.
|
getProvisioningState | back to summary |
---|---|
public ProvisioningState getProvisioningState() Implements net. Doc from net. Returns this parameter's provisioning state.
|
getSynchronizationState | back to summary |
---|---|
public SynchronizationState getSynchronizationState() Implements net. Doc from net. Returns this method's synchronization state.
|
getSyntheticState | back to summary |
---|---|
public SyntheticState getSyntheticState() Implements net. Doc from net. Returns this objects synthetic state.
|
getTypeManifestation | back to summary |
---|---|
public TypeManifestation getTypeManifestation() Implements net. Doc from net. Returns this type's manifestation.
|
getVisibility | back to summary |
---|---|
public Visibility getVisibility() Implements net. Doc from net. Returns this byte code element's visibility.
|
isAbstract | back to summary |
---|---|
public boolean isAbstract() Implements net. Doc from net. Specifies if the modifier described by this object is
|
isAnnotation | back to summary |
---|---|
public boolean isAnnotation() Implements net. Doc from net. Specifies if the modifier described by this object represents the annotation flag.
|
isBridge | back to summary |
---|---|
public boolean isBridge() Implements net. Doc from net. Specifies if the modifier described by this object represents the bridge flag.
|
isDeprecated | back to summary |
---|---|
public boolean isDeprecated() Implements net. Doc from net. Specifies if the modifier described by this object represents the deprecated flag.
|
isEnum | back to summary |
---|---|
public boolean isEnum() Implements net. Doc from net. Specifies if the modifier described by this object represents the enum flag.
|
isFinal | back to summary |
---|---|
public boolean isFinal() Implements net. Doc from net. Specifies if the modifier described by this object is
|
isInterface | back to summary |
---|---|
public boolean isInterface() Implements net. Doc from net. Specifies if the modifier described by this object represents the interface flag.
|
isMandated | back to summary |
---|---|
public boolean isMandated() Implements net. Doc from net. CSpecifies if the modifier described by this object is mandated.
|
isNative | back to summary |
---|---|
public boolean isNative() Implements net. Doc from net. Specifies if the modifier described by this object is
|
isPackagePrivate | back to summary |
---|---|
public boolean isPackagePrivate() Implements net. Doc from net. Specifies if the modifier described by this object is package private.
|
isPrivate | back to summary |
---|---|
public boolean isPrivate() Implements net. Doc from net. Specifies if the modifier described by this object is
|
isProtected | back to summary |
---|---|
public boolean isProtected() Implements net. Doc from net. Specifies if the modifier described by this object is
|
isPublic | back to summary |
---|---|
public boolean isPublic() Implements net. Doc from net. Specifies if the modifier described by this object is
|
isStatic | back to summary |
---|---|
public boolean isStatic() Implements net. Doc from net. Specifies if the modifier described by this object is
|
isStrict | back to summary |
---|---|
public boolean isStrict() Implements net. Doc from net. Specifies if the modifier described by this object is
|
isSynchronized | back to summary |
---|---|
public boolean isSynchronized() Implements net. Doc from net. Specifies if the modifier described by this object is
|
isSynthetic | back to summary |
---|---|
public boolean isSynthetic() Implements net. Doc from net. Specifies if the modifier described by this object is synthetic.
|
isTransient | back to summary |
---|---|
public boolean isTransient() Implements net. Doc from net. Specifies if the modifier described by this object represents the transient flag.
|
isVarArgs | back to summary |
---|---|
public boolean isVarArgs() Implements net. Doc from net. Specifies if the modifier described by this object represents the var args flag.
|
isVolatile | back to summary |
---|---|
public boolean isVolatile() Implements net. Doc from net. Specifies if the modifier described by this object represents the volatile flag.
|
matchesMask | back to summary |
---|---|
private boolean matchesMask(int mask) Checks if a mask is matched by this instance.
|
net.bytebuddy.description.field.FieldDescription
.
Modifier and Type | Method and Description |
---|---|
public FieldManifestation | |
public FieldPersistence | |
public boolean | Returns: true if the modifier described by this object represents the transient flag.Specifies if the modifier described by this object represents the transient flag. |
public boolean | Returns: true if the modifier described by this object represents the volatile flag.Specifies if the modifier described by this object represents the volatile flag. |
getFieldManifestation | back to summary |
---|---|
public FieldManifestation getFieldManifestation() Returns this field's manifestation.
|
getFieldPersistence | back to summary |
---|---|
public FieldPersistence getFieldPersistence() Returns this field's persistence.
|
isTransient | back to summary |
---|---|
public boolean isTransient() Specifies if the modifier described by this object represents the transient flag.
|
isVolatile | back to summary |
---|---|
public boolean isVolatile() Specifies if the modifier described by this object represents the volatile flag.
|
net.bytebuddy.description.method.MethodDescription
.
Modifier and Type | Method and Description |
---|---|
public MethodManifestation | |
public MethodStrictness | Returns: This method's strictness in floating-point computation.Returns this method's strictness in floating-point computation. |
public SynchronizationState | Returns: This method's synchronization state.Returns this method's synchronization state. |
public boolean | Returns: true if the modifier described by this object represents the bridge flagSpecifies if the modifier described by this object represents the bridge flag. |
public boolean | Returns: true if the modifier described by this object is native .Specifies if the modifier described by this object is |
public boolean | Returns: true if the modifier described by this object is strictfp .Specifies if the modifier described by this object is |
public boolean | Returns: true if the modifier described by this object is synchronized .Specifies if the modifier described by this object is |
public boolean | Returns: true if the modifier described by this object represents the var args flag.Specifies if the modifier described by this object represents the var args flag. |
getMethodManifestation | back to summary |
---|---|
public MethodManifestation getMethodManifestation() Returns this method's manifestation.
|
getMethodStrictness | back to summary |
---|---|
public MethodStrictness getMethodStrictness() Returns this method's strictness in floating-point computation.
|
getSynchronizationState | back to summary |
---|---|
public SynchronizationState getSynchronizationState() Returns this method's synchronization state.
|
isBridge | back to summary |
---|---|
public boolean isBridge() Specifies if the modifier described by this object represents the bridge flag.
|
isNative | back to summary |
---|---|
public boolean isNative() Specifies if the modifier described by this object is
|
isStrict | back to summary |
---|---|
public boolean isStrict() Specifies if the modifier described by this object is
|
isSynchronized | back to summary |
---|---|
public boolean isSynchronized() Specifies if the modifier described by this object is
|
isVarArgs | back to summary |
---|---|
public boolean isVarArgs() Specifies if the modifier described by this object represents the var args flag.
|
net.bytebuddy.description.method.ParameterDescription
.
Modifier and Type | Method and Description |
---|---|
public ParameterManifestation | Returns: This parameter's manifestation.Returns this parameter's manifestation. |
public ProvisioningState | Returns: This parameter's provisioning state.Returns this parameter's provisioning state. |
public boolean | Returns: true if the modifier described by this object is mandated.CSpecifies if the modifier described by this object is mandated. |
getParameterManifestation | back to summary |
---|---|
public ParameterManifestation getParameterManifestation() Returns this parameter's manifestation.
|
getProvisioningState | back to summary |
---|---|
public ProvisioningState getProvisioningState() Returns this parameter's provisioning state.
|
isMandated | back to summary |
---|---|
public boolean isMandated() CSpecifies if the modifier described by this object is mandated.
|
net.bytebuddy.description.type.TypeDescription
.
Modifier and Type | Method and Description |
---|---|
public TypeManifestation | |
public boolean | Returns: true if the modifier described by this object represents the annotation flag.Specifies if the modifier described by this object represents the annotation flag. |
public boolean | Returns: true if the modifier described by this object represents the interface flag.Specifies if the modifier described by this object represents the interface flag. |
getTypeManifestation | back to summary |
---|---|
public TypeManifestation getTypeManifestation() Returns this type's manifestation.
|
isAnnotation | back to summary |
---|---|
public boolean isAnnotation() Specifies if the modifier described by this object represents the annotation flag.
|
isInterface | back to summary |
---|---|
public boolean isInterface() Specifies if the modifier described by this object represents the interface flag.
|
net.bytebuddy.description.type.TypeDescription
or a net.bytebuddy.description.method.MethodDescription
.
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: true if the modifier described by this object is abstract .Specifies if the modifier described by this object is |
isAbstract | back to summary |
---|---|
public boolean isAbstract() Specifies if the modifier described by this object is
|
ByteCodeElement
, i.e. a type, a field or a method.
Modifier and Type | Method and Description |
---|---|
public Ownership | Returns: This byte code element's ownership.Return's this byte code element's ownership. |
public Visibility | Returns: This byte code element's visibility.Returns this byte code element's visibility. |
public boolean | Returns: true if the modifier described by this object represents the deprecated flag.Specifies if the modifier described by this object represents the deprecated flag. |
public boolean | Returns: true if the modifier described by this object is package private.Specifies if the modifier described by this object is package private. |
public boolean | Returns: true if the modifier described by this object is private .Specifies if the modifier described by this object is |
public boolean | Returns: true if the modifier described by this object is protected .Specifies if the modifier described by this object is |
public boolean | Returns: true if the modifier described by this object is public .Specifies if the modifier described by this object is |
public boolean | Returns: true if the modifier described by this object is static .Specifies if the modifier described by this object is |
getOwnership | back to summary |
---|---|
public Ownership getOwnership() Return's this byte code element's ownership.
|
getVisibility | back to summary |
---|---|
public Visibility getVisibility() Returns this byte code element's visibility.
|
isDeprecated | back to summary |
---|---|
public boolean isDeprecated() Specifies if the modifier described by this object represents the deprecated flag.
|
isPackagePrivate | back to summary |
---|---|
public boolean isPackagePrivate() Specifies if the modifier described by this object is package private.
|
isPrivate | back to summary |
---|---|
public boolean isPrivate() Specifies if the modifier described by this object is
|
isProtected | back to summary |
---|---|
public boolean isProtected() Specifies if the modifier described by this object is
|
isPublic | back to summary |
---|---|
public boolean isPublic() Specifies if the modifier described by this object is
|
isStatic | back to summary |
---|---|
public boolean isStatic() Specifies if the modifier described by this object is
|
net.bytebuddy.description.field.FieldDescription
that holds an enumeration value or a net.bytebuddy.description.type.TypeDescription
that represents an enumeration.
Modifier and Type | Method and Description |
---|---|
public EnumerationState | Returns: This byte code element's enumeration state.Returns this byte code element's enumeration state. |
public boolean | Returns: true if the modifier described by this object represents the enum flag.Specifies if the modifier described by this object represents the enum flag. |
getEnumerationState | back to summary |
---|---|
public EnumerationState getEnumerationState() Returns this byte code element's enumeration state.
|
isEnum | back to summary |
---|---|
public boolean isEnum() Specifies if the modifier described by this object represents the enum flag.
|