public class FunctionParameterAst extends Object
Constructor and Description |
---|
FunctionParameterAst(IdentifierAst nameAst,
TypeAst typeAst,
boolean variadic,
boolean required,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getName() |
IdentifierAst |
getNameAst() |
Type |
getType() |
TypeAst |
getTypeAst() |
boolean |
isRequired() |
boolean |
isVariadic() |
public FunctionParameterAst(IdentifierAst nameAst, TypeAst typeAst, boolean variadic, boolean required, String defaultValue)
public String getName()
public IdentifierAst getNameAst()
public Type getType()
public TypeAst getTypeAst()
public boolean isVariadic()
public boolean isRequired()
public String getDefaultValue()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.