public static class JIPipeExpressionCustomASTParser.OperationNode extends Object implements JIPipeExpressionCustomASTParser.ASTNode
Constructor and Description |
---|
OperationNode(JIPipeExpressionCustomASTParser.ASTNode left,
JIPipeExpressionCustomASTParser.ASTNode right,
String operator) |
Modifier and Type | Method and Description |
---|---|
JIPipeExpressionCustomASTParser.ASTNode |
getLeft() |
String |
getOperator() |
JIPipeExpressionCustomASTParser.ASTNode |
getRight() |
public OperationNode(JIPipeExpressionCustomASTParser.ASTNode left, JIPipeExpressionCustomASTParser.ASTNode right, String operator)
public JIPipeExpressionCustomASTParser.ASTNode getLeft()
public JIPipeExpressionCustomASTParser.ASTNode getRight()
public String getOperator()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.