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