public class IdSelector extends ElementSubsequent
| Constructor and Description |
|---|
IdSelector(HiddenTokenAwareTree token,
InterpolableName name) |
| Modifier and Type | Method and Description |
|---|---|
IdSelector |
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 IdSelector(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 List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic IdSelector clone()
clone in class ElementSubsequentCopyright © 2012-2013. All Rights Reserved.