public class SupportsQuery extends SupportsCondition
| Constructor and Description |
|---|
SupportsQuery(HiddenTokenAwareTree underlyingStructure,
SyntaxOnlyElement openingParentheses,
SyntaxOnlyElement closingParentheses,
Declaration declaration) |
| Modifier and Type | Method and Description |
|---|---|
SupportsQuery |
clone() |
List<ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
SyntaxOnlyElement |
getClosingParentheses() |
Declaration |
getDeclaration() |
SyntaxOnlyElement |
getOpeningParentheses() |
ASTCssNodeType |
getType() |
void |
setClosingParentheses(SyntaxOnlyElement closingParentheses) |
void |
setDeclaration(Declaration declaration) |
void |
setOpeningParentheses(SyntaxOnlyElement openingParentheses) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic SupportsQuery(HiddenTokenAwareTree underlyingStructure, SyntaxOnlyElement openingParentheses, SyntaxOnlyElement closingParentheses, Declaration declaration)
public SyntaxOnlyElement getOpeningParentheses()
public void setOpeningParentheses(SyntaxOnlyElement openingParentheses)
public SyntaxOnlyElement getClosingParentheses()
public void setClosingParentheses(SyntaxOnlyElement closingParentheses)
public Declaration getDeclaration()
public void setDeclaration(Declaration declaration)
public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic SupportsQuery clone()
clone in class SupportsConditionCopyright © 2012-2013. All Rights Reserved.