public class InterpolableName extends ASTCssNode
| Constructor and Description |
|---|
InterpolableName(HiddenTokenAwareTree underlyingStructure) |
InterpolableName(HiddenTokenAwareTree underlyingStructure,
InterpolableNamePart... fixedNameParts) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(InterpolableNamePart... parts) |
void |
add(InterpolableNamePart part) |
InterpolableName |
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 |
getName() |
List<InterpolableNamePart> |
getParts() |
ASTCssNodeType |
getType() |
boolean |
isInterpolated() |
void |
replaceMember(InterpolableNamePart oldMember,
InterpolableNamePart newMember) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic InterpolableName(HiddenTokenAwareTree underlyingStructure)
public InterpolableName(HiddenTokenAwareTree underlyingStructure, InterpolableNamePart... fixedNameParts)
public boolean isInterpolated()
public String getName()
public void add(InterpolableNamePart part)
public void add(InterpolableNamePart... parts)
public List<InterpolableNamePart> getParts()
public void replaceMember(InterpolableNamePart oldMember, InterpolableNamePart newMember)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic InterpolableName clone()
clone in class ASTCssNodepublic void extendName(String extension)
Copyright © 2012-2013. All Rights Reserved.