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) |
static SyntaxOnlyElement |
semicolon(HiddenTokenAwareTree underlyingStructure) |
void |
setSymbol(String symbol) |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic 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)
public static SyntaxOnlyElement semicolon(HiddenTokenAwareTree underlyingStructure)
Copyright © 2012-2015. All Rights Reserved.