| 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, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, 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 ASTCssNodepublic List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic PseudoClass clone()
Copyright © 2012-2013. All Rights Reserved.