public abstract class Expression extends ASTCssNode implements IScopeAware
| 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, configureParentToAllChilds, getChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getType, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, 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-2015. All Rights Reserved.