public class Nth extends ASTCssNode
| Modifier and Type | Class and Description |
|---|---|
static class |
Nth.Form |
| Constructor and Description |
|---|
Nth(HiddenTokenAwareTree underlyingStructure,
NumberExpression repeater,
NumberExpression mod) |
Nth(HiddenTokenAwareTree underlyingStructure,
NumberExpression repeater,
NumberExpression mod,
Nth.Form form) |
| Modifier and Type | Method and Description |
|---|---|
Nth |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
Nth.Form |
getForm() |
NumberExpression |
getMod() |
NumberExpression |
getRepeater() |
ASTCssNodeType |
getType() |
void |
setForm(Nth.Form form) |
void |
setMod(NumberExpression mod) |
void |
setRepeater(NumberExpression repeater) |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic Nth(HiddenTokenAwareTree underlyingStructure, NumberExpression repeater, NumberExpression mod)
public Nth(HiddenTokenAwareTree underlyingStructure, NumberExpression repeater, NumberExpression mod, Nth.Form form)
public NumberExpression getRepeater()
public NumberExpression getMod()
public void setRepeater(NumberExpression repeater)
public void setMod(NumberExpression mod)
public Nth.Form getForm()
public void setForm(Nth.Form form)
public ASTCssNodeType getType()
getType in class ASTCssNode@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic Nth clone()
clone in interface PubliclyCloneableclone in class ASTCssNodeCopyright © 2012-2015. All Rights Reserved.