public final class AConsDecls extends PDecls
| Constructor and Description |
|---|
AConsDecls() |
AConsDecls(TParenl _parenl_,
TIdentifier _id_,
TNumber _arity_,
PMultiplicity _multiplicity_,
PExpression _expression_,
TParenr _parenr_,
PDecls _decls_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
TNumber |
getArity() |
PDecls |
getDecls() |
PExpression |
getExpression() |
TIdentifier |
getId() |
PMultiplicity |
getMultiplicity() |
TParenl |
getParenl() |
TParenr |
getParenr() |
void |
setArity(TNumber node) |
void |
setDecls(PDecls node) |
void |
setExpression(PExpression node) |
void |
setId(TIdentifier node) |
void |
setMultiplicity(PMultiplicity node) |
void |
setParenl(TParenl node) |
void |
setParenr(TParenr node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AConsDecls()
public AConsDecls(TParenl _parenl_, TIdentifier _id_, TNumber _arity_, PMultiplicity _multiplicity_, PExpression _expression_, TParenr _parenr_, PDecls _decls_)
public void apply(Switch sw)
public TParenl getParenl()
public void setParenl(TParenl node)
public TIdentifier getId()
public void setId(TIdentifier node)
public TNumber getArity()
public void setArity(TNumber node)
public PMultiplicity getMultiplicity()
public void setMultiplicity(PMultiplicity node)
public PExpression getExpression()
public void setExpression(PExpression node)
public TParenr getParenr()
public void setParenr(TParenr node)
public PDecls getDecls()
public void setDecls(PDecls node)
public java.lang.String toString()
toString in class java.lang.Object