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) |
| 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, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic ArgumentDeclaration(AbstractVariableDeclaration copy)
public ArgumentDeclaration(HiddenTokenAwareTree underlyingStructure, Variable variable, Expression value)
public ArgumentDeclaration(HiddenTokenAwareTree underlyingStructure, Variable variable, Expression value, boolean isCollector)
public boolean isCollector()
public void setCollector(boolean isCollector)
public ASTCssNodeType getType()
getType in class ASTCssNodepublic AbstractVariableDeclaration clone()
clone in class AbstractVariableDeclarationpublic boolean hasDefaultValue()
public boolean isMandatory()
Copyright © 2012-2013. All Rights Reserved.