public class NamedConsequenceDescrBuilderImpl<P extends DescrBuilder<?,?>> extends BaseDescrBuilderImpl<P,NamedConsequenceDescr> implements NamedConsequenceDescrBuilder<P>
descr, parent| Modifier | Constructor and Description |
|---|---|
protected |
NamedConsequenceDescrBuilderImpl(P parent) |
| Modifier and Type | Method and Description |
|---|---|
NamedConsequenceDescrBuilder<P> |
breaking(boolean breaking)
Sets the consequence invocation as breaking or not
|
NamedConsequenceDescrBuilder<P> |
name(String name)
Sets the consequence name
|
end, endCharacter, endLocation, getDescr, startCharacter, startLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitend, endCharacter, endLocation, getDescr, startCharacter, startLocationprotected NamedConsequenceDescrBuilderImpl(P parent)
public NamedConsequenceDescrBuilder<P> name(String name)
NamedConsequenceDescrBuildername in interface NamedConsequenceDescrBuilder<P extends DescrBuilder<?,?>>name - the name of the consequence to be invokedpublic NamedConsequenceDescrBuilder<P> breaking(boolean breaking)
NamedConsequenceDescrBuilderbreaking in interface NamedConsequenceDescrBuilder<P extends DescrBuilder<?,?>>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.