Uses of Class
org.mariuszgromada.math.mxparser.parsertokens.KeyWord
Packages that use KeyWord
-
Uses of KeyWord in org.mariuszgromada.math.mxparser
Methods in org.mariuszgromada.math.mxparser that return types with arguments of type KeyWordModifier and TypeMethodDescriptionExpression.getKeyWords()Returns list of keywords known to the parserExpression.getKeyWords(String query) Returns list of keywords known to the parser.mXparser.getKeyWords()Returns list of keywords known to the parsermXparser.getKeyWords(String query) Returns list of keywords known to the parser. -
Uses of KeyWord in org.mariuszgromada.math.mxparser.parsertokens
Methods in org.mariuszgromada.math.mxparser.parsertokens with parameters of type KeyWordModifier and TypeMethodDescriptionstatic booleanKeyWord.isFunctionForm(KeyWord kw) Checks whether the specified keyword is in the form of a function.