Uses of Package
org.scijava.parsington
Packages that use org.scijava.parsington
-
Classes in org.scijava.parsington used by org.scijava.parsingtonClassDescriptionA parser for mathematical expressions, using Dijkstra's famous shunting-yard algorithm.A group is a special N-ary operator delineated by a left-hand symbol and a right-hand symbol, with comma-separated arguments.A mathematical operator is a special symbol or "verb" which defines a relation between "nouns" (i.e.: literals and variables).A stateful parsing operation.A mutable parse position.A
CharSequence
which is a by-reference subsequence of anotherCharSequence
.A syntax tree corresponding to an expression.Base class for various types of tokens: operators, groups, functions and variables.A "noun" token representing a variable. -
Classes in org.scijava.parsington used by org.scijava.parsington.evalClassDescriptionA parser for mathematical expressions, using Dijkstra's famous shunting-yard algorithm.A mathematical operator is a special symbol or "verb" which defines a relation between "nouns" (i.e.: literals and variables).A syntax tree corresponding to an expression.Base class for various types of tokens: operators, groups, functions and variables.A "noun" token representing a variable.