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() |
getScope, hasScope, setScope, splitByCommaaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic SignedExpression(HiddenTokenAwareTree token, SignedExpression.Sign sign, Expression expression)
@NotAstProperty 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 String toString()
toString in class ASTCssNodepublic SignedExpression clone()
clone in interface PubliclyCloneableclone in class ExpressionCopyright © 2012-2015. All Rights Reserved.