Class KeyWord
- java.lang.Object
-
- org.mariuszgromada.math.mxparser.parsertokens.KeyWord
-
public class KeyWord extends Object
Class representing key words knowon to the parser- Version:
- 4.1.0
- Author:
- Mariusz Gromada
mariuszgromada.org@gmail.com
MathSpace.pl
MathParser.org - mXparser project page
mXparser on GitHub
mXparser on SourceForge
mXparser on Bitbucket
mXparser on CodePlex
Janet Sudoku - project web page
Janet Sudoku on GitHub
Janet Sudoku on CodePlex
Janet Sudoku on SourceForge
Janet Sudoku on BitBucket
Scalar Free
Scalar Pro
ScalarMath.org
-
-
Field Summary
Fields Modifier and Type Field Description Stringdescriptionstatic intNO_DEFINITIONStringsinceStringsyntaxintwordIdStringwordStringintwordTypeId
-
-
-
Field Detail
-
NO_DEFINITION
public static final int NO_DEFINITION
- See Also:
- Constant Field Values
-
wordString
public String wordString
-
wordId
public int wordId
-
wordTypeId
public int wordTypeId
-
description
public String description
-
syntax
public String syntax
-
since
public String since
-
-
Constructor Detail
-
KeyWord
public KeyWord()
-
KeyWord
public KeyWord(String wordString, String description, int wordId, String syntax, String since, int wordTypeId)
Constructor - creates key words form wordString wordId wordTypId syntax since- Parameters:
wordString- the word string (refers to below interfaces)wordId- the word identifier (refers to below interfaces)wordTypeId- the word type (refers to below interfaces)description- the word descriptionsyntax- the word syntaxsince- the word version since
-
-