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, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, 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 ASTCssNodepublic List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic CssClass clone()
clone in class ElementSubsequentCopyright © 2012-2013. All Rights Reserved.