public class ModifierSupportFluentImpl<A extends ModifierSupportFluent<A>> extends AttributeSupportFluentImpl<A> implements ModifierSupportFluent<A>
_visitables
Constructor and Description |
---|
ModifierSupportFluentImpl() |
ModifierSupportFluentImpl(ModifierSupport instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getModifiers() |
Boolean |
hasModifiers() |
A |
withModifiers(int modifiers) |
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
accept, aggregate, aggregate, build, build, builderOf
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
public ModifierSupportFluentImpl()
public ModifierSupportFluentImpl(ModifierSupport instance)
public int getModifiers()
getModifiers
in interface ModifierSupportFluent<A extends ModifierSupportFluent<A>>
public A withModifiers(int modifiers)
withModifiers
in interface ModifierSupportFluent<A extends ModifierSupportFluent<A>>
public Boolean hasModifiers()
hasModifiers
in interface ModifierSupportFluent<A extends ModifierSupportFluent<A>>
public boolean equals(Object o)
equals
in class AttributeSupportFluentImpl<A extends ModifierSupportFluent<A>>
Copyright © 2019 JBoss by Red Hat. All rights reserved.