public class ArgumentDeclaration extends AbstractVariableDeclaration
ASTCssNode.Visibility| Constructor and Description |
|---|
ArgumentDeclaration(AbstractVariableDeclaration copy) |
ArgumentDeclaration(HiddenTokenAwareTree underlyingStructure,
Variable variable,
Expression value) |
ArgumentDeclaration(Variable variable,
Expression value) |
| Modifier and Type | Method and Description |
|---|---|
AbstractVariableDeclaration |
clone() |
ASTCssNodeType |
getType() |
boolean |
hasDefaultValue() |
boolean |
isMandatory() |
getChilds, getValue, getVariable, isCollector, setCollector, setValue, setVariable, toStringaddOpeningComments, addTrailingComment, addTrailingComments, addVisibilityBlocks, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, getVisibility, getVisibilityBlocks, hasParent, hasVisibilityBlock, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructure, setVisibility, setVisibilityBlockspublic ArgumentDeclaration(AbstractVariableDeclaration copy)
public ArgumentDeclaration(HiddenTokenAwareTree underlyingStructure, Variable variable, Expression value)
public ArgumentDeclaration(Variable variable, Expression value)
public ASTCssNodeType getType()
getType in class ASTCssNodepublic AbstractVariableDeclaration clone()
clone in interface PubliclyCloneableclone in class AbstractVariableDeclarationpublic boolean hasDefaultValue()
public boolean isMandatory()
Copyright © 2012–2016. All rights reserved.