public class ParenthesesExpression extends Expression
| Constructor and Description |
|---|
ParenthesesExpression(HiddenTokenAwareTree token,
Expression enclosedExpression) |
| Modifier and Type | Method and Description |
|---|---|
ParenthesesExpression |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
Expression |
getEnclosedExpression() |
ASTCssNodeType |
getType() |
void |
setEnclosedExpression(Expression enclosedExpression) |
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 ParenthesesExpression(HiddenTokenAwareTree token, Expression enclosedExpression)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic Expression getEnclosedExpression()
public void setEnclosedExpression(Expression enclosedExpression)
public ASTCssNodeType getType()
getType in class ASTCssNodepublic String toString()
toString in class ASTCssNodepublic ParenthesesExpression clone()
clone in interface PubliclyCloneableclone in class ExpressionCopyright © 2012-2015. All Rights Reserved.