public class ConstraintConnectiveDescr extends AnnotatedBaseDescr
Annotated.ClassAdapter
Constructor and Description |
---|
ConstraintConnectiveDescr() |
ConstraintConnectiveDescr(ConnectiveType connective) |
Modifier and Type | Method and Description |
---|---|
void |
addDescr(BaseDescr baseDescr) |
void |
addOrMerge(BaseDescr baseDescr) |
void |
copyLocation(BaseDescr d) |
ConnectiveType |
getConnective() |
List<BaseDescr> |
getDescrs() |
static ConstraintConnectiveDescr |
newAnd() |
static ConstraintConnectiveDescr |
newIncAnd() |
static ConstraintConnectiveDescr |
newIncOr() |
static ConstraintConnectiveDescr |
newOr() |
static ConstraintConnectiveDescr |
newXor() |
void |
setConnective(ConnectiveType connective) |
String |
toString() |
addAnnotation, addAnnotation, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, getTypedAnnotation, hasAnnotation, indexByFQN, readExternal, writeExternal
getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
public ConstraintConnectiveDescr()
public ConstraintConnectiveDescr(ConnectiveType connective)
public static ConstraintConnectiveDescr newAnd()
public static ConstraintConnectiveDescr newOr()
public static ConstraintConnectiveDescr newXor()
public static ConstraintConnectiveDescr newIncAnd()
public static ConstraintConnectiveDescr newIncOr()
public void addDescr(BaseDescr baseDescr)
public ConnectiveType getConnective()
public void setConnective(ConnectiveType connective)
public void addOrMerge(BaseDescr baseDescr)
public void copyLocation(BaseDescr d)
copyLocation
in class BaseDescr
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.