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, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, 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)
@NotAstProperty public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic SupportsQuery clone()
clone in interface PubliclyCloneableclone in class SupportsConditionCopyright © 2012-2014. All Rights Reserved.