public class UnknownAtRule extends Directive
| Constructor and Description |
|---|
UnknownAtRule(HiddenTokenAwareTree token,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNames(List<Expression> names) |
UnknownAtRule |
clone() |
GeneralBody |
getBody() |
List<ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
String |
getName() |
List<Expression> |
getNames() |
SyntaxOnlyElement |
getSemicolon() |
ASTCssNodeType |
getType() |
void |
setBody(GeneralBody body) |
void |
setName(String name) |
void |
setSemicolon(SyntaxOnlyElement semicolon) |
bubleUpWithoutChanges, hasBodyaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic UnknownAtRule(HiddenTokenAwareTree token, String name)
public GeneralBody getBody()
public void setBody(GeneralBody body)
public SyntaxOnlyElement getSemicolon()
public void setSemicolon(SyntaxOnlyElement semicolon)
public String getName()
public void setName(String name)
public List<Expression> getNames()
@NotAstProperty public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic UnknownAtRule clone()
clone in interface BodyOwner<GeneralBody>clone in interface PubliclyCloneableclone in class Directivepublic void addNames(List<Expression> names)
Copyright © 2012-2015. All Rights Reserved.