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