Uses of Class
org.scijava.parse.Token
-
Packages that use Token Package Description org.scijava.parse org.scijava.parse.eval -
-
Uses of Token in org.scijava.parse
Subclasses of Token in org.scijava.parse Modifier and Type Class Description class
Function
A 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.class
Group
A group is a special N-ary operator delineated by a left-hand symbol and a right-hand symbol, with comma-separated arguments.class
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).class
Variable
A "noun" token representing a variable. -
Uses of Token in org.scijava.parse.eval
Subclasses of Token in org.scijava.parse.eval Modifier and Type Class Description class
Unresolved
An unresolved/unknown variable value.
-