public class FixedNamePart extends InterpolableNamePart
| Constructor and Description |
|---|
FixedNamePart(HiddenTokenAwareTree token,
String name) |
| Modifier and Type | Method and Description |
|---|---|
FixedNamePart |
clone() |
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() |
void |
setName(String name) |
String |
toString() |
getParentaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic FixedNamePart(HiddenTokenAwareTree token, String name)
public String getName()
getName in class InterpolableNamePartpublic String getFullName()
public void setName(String name)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic FixedNamePart clone()
clone in interface PubliclyCloneableclone in class InterpolableNamePartpublic String toString()
toString in class InterpolableNamePartCopyright © 2012-2015. All Rights Reserved.