public class FaultyNode extends ASTCssNode
| Constructor and Description |
|---|
FaultyNode(ASTCssNode cause) |
FaultyNode(HiddenTokenAwareTree token) |
| Modifier and Type | Method and Description |
|---|---|
FaultyNode |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
ASTCssNodeType |
getType() |
boolean |
isFaulty() |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic FaultyNode(HiddenTokenAwareTree token)
public FaultyNode(ASTCssNode cause)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic boolean isFaulty()
isFaulty in class ASTCssNodepublic FaultyNode clone()
clone in class ASTCssNodeCopyright © 2012-2013. All Rights Reserved.