public class NamedConsequenceDescr extends BaseDescr
Constructor and Description |
---|
NamedConsequenceDescr() |
NamedConsequenceDescr(String id) |
Modifier and Type | Method and Description |
---|---|
void |
accept(DescrVisitor visitor) |
String |
getName() |
boolean |
isBreaking() |
void |
readExternal(ObjectInput in) |
void |
setBreaking(boolean breaking) |
void |
setName(String name) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
public NamedConsequenceDescr()
public NamedConsequenceDescr(String id)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class BaseDescr
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class BaseDescr
IOException
public String getName()
public void setName(String name)
public boolean isBreaking()
public void setBreaking(boolean breaking)
public void accept(DescrVisitor visitor)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.