public class IdentifierExpression extends Expression
ASTCssNode.Visibility| 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() |
getScope, hasScope, setScope, splitByCommaaddOpeningComments, addTrailingComment, addTrailingComments, addVisibilityBlocks, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, getVisibility, getVisibilityBlocks, hasParent, hasVisibilityBlock, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructure, setVisibility, setVisibilityBlockspublic IdentifierExpression(HiddenTokenAwareTree underlyingStructure)
public IdentifierExpression(HiddenTokenAwareTree underlyingStructure, String value)
public String getValue()
public void setValue(String value)
@NotAstProperty public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic String toString()
toString in class ASTCssNodepublic IdentifierExpression clone()
clone in interface PubliclyCloneableclone in class ExpressionCopyright © 2012–2016. All rights reserved.