public class AnonymousExpression extends Expression
| Constructor and Description |
|---|
AnonymousExpression(HiddenTokenAwareTree token,
String value) |
| Modifier and Type | Method and Description |
|---|---|
AnonymousExpression |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
ASTCssNodeType |
getType() |
String |
getValue() |
splitByCommaaddOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic AnonymousExpression(HiddenTokenAwareTree token, String value)
public String getValue()
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic AnonymousExpression clone()
clone in class ExpressionCopyright © 2012-2013. All Rights Reserved.