public class FaultyExpression extends Expression
| Constructor and Description |
|---|
FaultyExpression(ASTCssNode cause) |
FaultyExpression(HiddenTokenAwareTree token) |
| Modifier and Type | Method and Description |
|---|---|
FaultyExpression |
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, getSourceLine, getTrailingComments, getUnderlyingStructure, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic FaultyExpression(HiddenTokenAwareTree token)
public FaultyExpression(ASTCssNode cause)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic boolean isFaulty()
isFaulty in class ASTCssNodepublic FaultyExpression clone()
clone in class ExpressionCopyright © 2012-2013. All Rights Reserved.