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