Uses of Class
org.scijava.parsington.Token
Packages that use Token
-
Uses of Token in org.scijava.parsington
Subclasses of Token in org.scijava.parsingtonModifier and TypeClassDescriptionclassA function is an implicit binary operator between two "noun" tokens—typically between a variable on the left and a group on the right, in which case the function's precedence is inferred from the group.classA group is a special N-ary operator delineated by a left-hand symbol and a right-hand symbol, with comma-separated arguments.classA mathematical operator is a special symbol or "verb" which defines a relation between "nouns" (i.e.: literals and variables).classA "noun" token representing a variable. -
Uses of Token in org.scijava.parsington.eval
Subclasses of Token in org.scijava.parsington.eval