public abstract class Expression extends ASTCssNode implements IScopeAware
ASTCssNode.Visibility| Constructor and Description |
|---|
Expression(HiddenTokenAwareTree token) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
clone() |
IScope |
getScope() |
boolean |
hasScope() |
void |
setScope(IScope scope) |
List<Expression> |
splitByComma() |
addOpeningComments, addTrailingComment, addTrailingComments, addVisibilityBlocks, configureParentToAllChilds, getChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getType, getUnderlyingStructure, getVisibility, getVisibilityBlocks, hasParent, hasVisibilityBlock, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructure, setVisibility, setVisibilityBlocks, toStringpublic Expression(HiddenTokenAwareTree token)
@NotAstProperty public IScope getScope()
getScope in interface IScopeAware@NotAstProperty public void setScope(IScope scope)
setScope in interface IScopeAware@NotAstProperty public boolean hasScope()
hasScope in interface IScopeAwarepublic List<Expression> splitByComma()
public Expression clone()
clone in interface PubliclyCloneableclone in class ASTCssNodeCopyright © 2012–2016. All rights reserved.