public static class ASTFunction.Parameter extends Object
Modifier and Type | Field and Description |
---|---|
String |
name |
ASTNode.DataType |
type |
Constructor and Description |
---|
Parameter(String name,
ASTNode.DataType type) |
public String name
public ASTNode.DataType type
public Parameter(String name, ASTNode.DataType type)
Copyright © 2019. All rights reserved.