public class SignedExpression extends Expression
| Modifier and Type | Class and Description |
|---|---|
static class |
SignedExpression.Sign |
| Constructor and Description |
|---|
SignedExpression(HiddenTokenAwareTree token,
SignedExpression.Sign sign,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
SignedExpression |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
Expression |
getExpression() |
SignedExpression.Sign |
getSign() |
ASTCssNodeType |
getType() |
void |
setExpression(Expression expression) |
void |
setSign(SignedExpression.Sign sign) |
String |
toString() |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic SignedExpression(HiddenTokenAwareTree token, SignedExpression.Sign sign, Expression expression)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic Expression getExpression()
public void setExpression(Expression expression)
public SignedExpression.Sign getSign()
public void setSign(SignedExpression.Sign sign)
public ASTCssNodeType getType()
getType in class ASTCssNodepublic SignedExpression clone()
clone in class ExpressionCopyright © 2012-2013. All Rights Reserved.