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() |
getScope, hasScope, setScope, splitByCommaaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic FaultyExpression(HiddenTokenAwareTree token)
public FaultyExpression(ASTCssNode cause)
@NotAstProperty 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 interface PubliclyCloneableclone in class ExpressionCopyright © 2012-2015. All Rights Reserved.