Uses of Package
org.scijava.parse
-
Packages that use org.scijava.parse Package Description org.scijava.parse org.scijava.parse.eval -
Classes in org.scijava.parse used by org.scijava.parse Class Description Group A group is a special N-ary operator delineated by a left-hand symbol and a right-hand symbol, with comma-separated arguments.Operator A mathematical operator is a "verb": a special infix (in the case of binary or greater arity) or prefix (in the case of unary) symbol which defines a relation between "nouns" (i.e.: literals and variables).Operator.Associativity Position A mutable parse position.SubSequence ACharSequence
which is a by-reference subsequence of anotherCharSequence
.SyntaxTree A syntax tree corresponding to an expression.Token Base class for various types of tokens: operators, groups, functions and variables. -
Classes in org.scijava.parse used by org.scijava.parse.eval Class Description ExpressionParser A parser for mathematical expressions, using Dijkstra's famous shunting-yard algorithm.Operator A mathematical operator is a "verb": a special infix (in the case of binary or greater arity) or prefix (in the case of unary) symbol which defines a relation between "nouns" (i.e.: literals and variables).SyntaxTree A syntax tree corresponding to an expression.Token Base class for various types of tokens: operators, groups, functions and variables.Variable A "noun" token representing a variable.