public class ArgumentDeclaration extends AbstractVariableDeclaration
| Constructor and Description |
|---|
ArgumentDeclaration(AbstractVariableDeclaration copy) |
ArgumentDeclaration(HiddenTokenAwareTree underlyingStructure,
Variable variable,
Expression value) |
ArgumentDeclaration(HiddenTokenAwareTree underlyingStructure,
Variable variable,
Expression value,
boolean isCollector) |
ArgumentDeclaration(Variable variable,
Expression value) |
| Modifier and Type | Method and Description |
|---|---|
AbstractVariableDeclaration |
clone() |
ASTCssNodeType |
getType() |
boolean |
hasDefaultValue() |
boolean |
isCollector() |
boolean |
isMandatory() |
void |
setCollector(boolean isCollector) |
getChilds, getValue, getVariable, setValue, setVariable, toStringaddOpeningComments, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic ArgumentDeclaration(AbstractVariableDeclaration copy)
public ArgumentDeclaration(HiddenTokenAwareTree underlyingStructure, Variable variable, Expression value)
public ArgumentDeclaration(HiddenTokenAwareTree underlyingStructure, Variable variable, Expression value, boolean isCollector)
public ArgumentDeclaration(Variable variable, Expression value)
public boolean isCollector()
public void setCollector(boolean isCollector)
public ASTCssNodeType getType()
getType in class ASTCssNodepublic AbstractVariableDeclaration clone()
clone in interface PubliclyCloneableclone in class AbstractVariableDeclarationpublic boolean hasDefaultValue()
public boolean isMandatory()
Copyright © 2012-2014. All Rights Reserved.