Generated by
JDiff

Class org.sbml.jsbml.util.compilers.FormulaCompiler

Added Methods
String checkBrackets(ASTNode) Creates brackets if needed.
String checkDenominatorBrackets(ASTNode) Creates brackets if needed.
String lambdaBody(List<ASTNode>) Creates the body of a lambda function, i.e., the argument list and the actual mathematical operation, all comma separated and surrounded in brackets.
ASTNodeValue logicalOperation(String, List<ASTNode>) @param operator
String relation(ASTNode, String, ASTNode) @param left
StringBuffer selector(Object[]) Returns the given selector as StringBuffer.
StringBuffer vector(Object[]) Returns the given vector as StringBuffer.
ASTNodeValue vector(List<ASTNode>)