public class CssClass extends ElementSubsequent
| Constructor and Description |
|---|
CssClass(HiddenTokenAwareTree token,
InterpolableName name) |
| Modifier and Type | Method and Description |
|---|---|
CssClass |
clone() |
void |
extendName(String extension) |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
String |
getFullName() |
String |
getName() |
ASTCssNodeType |
getType() |
boolean |
isInterpolated() |
String |
toString() |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic CssClass(HiddenTokenAwareTree token, InterpolableName name)
public String getName()
getName in class ElementSubsequentpublic String getFullName()
getFullName in class ElementSubsequentpublic boolean isInterpolated()
isInterpolated in class ElementSubsequentpublic void extendName(String extension)
extendName in class ElementSubsequentpublic ASTCssNodeType getType()
getType in class ASTCssNode@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic CssClass clone()
clone in interface PubliclyCloneableclone in class ElementSubsequentpublic String toString()
toString in class ASTCssNodeCopyright © 2012-2015. All Rights Reserved.