Package | Description |
---|---|
org.hkijena.jipipe.plugins.expressions |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeExpressionCustomASTParser.FunctionNode |
static class |
JIPipeExpressionCustomASTParser.NumberNode |
static class |
JIPipeExpressionCustomASTParser.OperationNode |
static class |
JIPipeExpressionCustomASTParser.VariableNode |
Modifier and Type | Method and Description |
---|---|
JIPipeExpressionCustomASTParser.ASTNode |
JIPipeExpressionCustomASTParser.OperationNode.getLeft() |
JIPipeExpressionCustomASTParser.ASTNode |
JIPipeExpressionCustomASTParser.OperationNode.getRight() |
JIPipeExpressionCustomASTParser.ASTNode |
JIPipeExpressionCustomASTParser.parse(JIPipeExpressionCustomASTParser.TokenIterator tokens) |
JIPipeExpressionCustomASTParser.ASTNode |
JIPipeExpressionCustomASTParser.parse(List<String> tokens) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeExpressionCustomASTParser.ASTNode> |
JIPipeExpressionCustomASTParser.FunctionNode.getArguments() |
Constructor and Description |
---|
OperationNode(JIPipeExpressionCustomASTParser.ASTNode left,
JIPipeExpressionCustomASTParser.ASTNode right,
String operator) |
Constructor and Description |
---|
FunctionNode(String functionName,
List<JIPipeExpressionCustomASTParser.ASTNode> arguments) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.