public class ReusableStructureName extends ASTCssNode
| Constructor and Description |
|---|
ReusableStructureName(HiddenTokenAwareTree underlyingStructure) |
ReusableStructureName(HiddenTokenAwareTree underlyingStructure,
List<ElementSubsequent> nameParts) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNamePart(ElementSubsequent namePart) |
String |
asString() |
ReusableStructureName |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
List<ElementSubsequent> |
getNameParts() |
ASTCssNodeType |
getType() |
boolean |
hasMultipleParts() |
boolean |
isInterpolated() |
String |
toString() |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic ReusableStructureName(HiddenTokenAwareTree underlyingStructure)
public ReusableStructureName(HiddenTokenAwareTree underlyingStructure, List<ElementSubsequent> nameParts)
public boolean isInterpolated()
public String asString()
public List<ElementSubsequent> getNameParts()
public void addNamePart(ElementSubsequent namePart)
public boolean hasMultipleParts()
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic ReusableStructureName clone()
clone in class ASTCssNodeCopyright © 2012-2013. All Rights Reserved.