public class SyntaxOnlyElement extends ASTCssNode
| Constructor and Description |
|---|
SyntaxOnlyElement(HiddenTokenAwareTree underlyingStructure,
String symbol) |
| Modifier and Type | Method and Description |
|---|---|
SyntaxOnlyElement |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
String |
getSymbol() |
ASTCssNodeType |
getType() |
static SyntaxOnlyElement |
lbrace(HiddenTokenAwareTree underlyingStructure) |
static SyntaxOnlyElement |
rbrace(HiddenTokenAwareTree underlyingStructure) |
void |
setSymbol(String symbol) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic SyntaxOnlyElement(HiddenTokenAwareTree underlyingStructure, String symbol)
public String getSymbol()
public void setSymbol(String symbol)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic SyntaxOnlyElement clone()
clone in interface PubliclyCloneableclone in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic static SyntaxOnlyElement lbrace(HiddenTokenAwareTree underlyingStructure)
public static SyntaxOnlyElement rbrace(HiddenTokenAwareTree underlyingStructure)
Copyright © 2012-2014. All Rights Reserved.