public static class JIPipeExpressionCustomASTParser.FunctionNode extends Object implements JIPipeExpressionCustomASTParser.ASTNode
Constructor and Description |
---|
FunctionNode(String functionName,
List<JIPipeExpressionCustomASTParser.ASTNode> arguments) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeExpressionCustomASTParser.ASTNode> |
getArguments() |
String |
getFunctionName() |
public FunctionNode(String functionName, List<JIPipeExpressionCustomASTParser.ASTNode> arguments)
public String getFunctionName()
public List<JIPipeExpressionCustomASTParser.ASTNode> getArguments()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.