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