jhpro.engine3d.MathParser
Interface MathParserConstants
-
- All Known Implementing Classes:
- MathParser, MathParserTokenManager
public interface MathParserConstants
-
-
Field Summary
Fields Modifier and Type Field and Description static intABSstatic intARCCOSstatic intARCCOSECstatic intARCCOSECHstatic intARCCOSHstatic intARCCOTstatic intARCCOTHstatic intARCSECstatic intARCSECHstatic intARCSINstatic intARCSINHstatic intARCTANstatic intARCTANHstatic intATAN2static intBRACE_CLOSEstatic intBRACE_OPENstatic intCEILstatic intCOSstatic intCOSECstatic intCOSECHstatic intCOSHstatic intCOTstatic intCOTHstatic intDEFAULTstatic intDIVIDEstatic intEND_STATEMENTstatic intEOFstatic intEOLstatic intEQUALSstatic intEQUALTOstatic intEXPstatic intFLOORstatic intFRACstatic intGREATERstatic intGREATEREQstatic intLESSERstatic intLESSEREQstatic intLINE_COMMENTstatic intLNstatic intLOG10static intLOG2static intMINUSstatic intMODULOstatic intMULTIPLYstatic intNONNUMERICstatic intNOTEQUALSstatic intNUMBERstatic intPLUSstatic intPOWERstatic intSECstatic intSECHstatic intSEMICOLONstatic intSIGNstatic intSINstatic intSINHstatic intSQRTstatic intTANstatic intTANHstatic java.lang.String[]tokenImagestatic intVARNAME
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
END_STATEMENT
static final int END_STATEMENT
- See Also:
- Constant Field Values
-
EOL
static final int EOL
- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
-
LINE_COMMENT
static final int LINE_COMMENT
- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
-
NOTEQUALS
static final int NOTEQUALS
- See Also:
- Constant Field Values
-
GREATER
static final int GREATER
- See Also:
- Constant Field Values
-
GREATEREQ
static final int GREATEREQ
- See Also:
- Constant Field Values
-
LESSER
static final int LESSER
- See Also:
- Constant Field Values
-
LESSEREQ
static final int LESSEREQ
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
- See Also:
- Constant Field Values
-
MULTIPLY
static final int MULTIPLY
- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
- See Also:
- Constant Field Values
-
MODULO
static final int MODULO
- See Also:
- Constant Field Values
-
POWER
static final int POWER
- See Also:
- Constant Field Values
-
BRACE_OPEN
static final int BRACE_OPEN
- See Also:
- Constant Field Values
-
BRACE_CLOSE
static final int BRACE_CLOSE
- See Also:
- Constant Field Values
-
EQUALTO
static final int EQUALTO
- See Also:
- Constant Field Values
-
ATAN2
static final int ATAN2
- See Also:
- Constant Field Values
-
SIN
static final int SIN
- See Also:
- Constant Field Values
-
COS
static final int COS
- See Also:
- Constant Field Values
-
TAN
static final int TAN
- See Also:
- Constant Field Values
-
COSEC
static final int COSEC
- See Also:
- Constant Field Values
-
SEC
static final int SEC
- See Also:
- Constant Field Values
-
COT
static final int COT
- See Also:
- Constant Field Values
-
ARCSIN
static final int ARCSIN
- See Also:
- Constant Field Values
-
ARCCOS
static final int ARCCOS
- See Also:
- Constant Field Values
-
ARCTAN
static final int ARCTAN
- See Also:
- Constant Field Values
-
ARCCOSEC
static final int ARCCOSEC
- See Also:
- Constant Field Values
-
ARCSEC
static final int ARCSEC
- See Also:
- Constant Field Values
-
ARCCOT
static final int ARCCOT
- See Also:
- Constant Field Values
-
SINH
static final int SINH
- See Also:
- Constant Field Values
-
COSH
static final int COSH
- See Also:
- Constant Field Values
-
TANH
static final int TANH
- See Also:
- Constant Field Values
-
COSECH
static final int COSECH
- See Also:
- Constant Field Values
-
SECH
static final int SECH
- See Also:
- Constant Field Values
-
COTH
static final int COTH
- See Also:
- Constant Field Values
-
ARCSINH
static final int ARCSINH
- See Also:
- Constant Field Values
-
ARCCOSH
static final int ARCCOSH
- See Also:
- Constant Field Values
-
ARCTANH
static final int ARCTANH
- See Also:
- Constant Field Values
-
ARCCOSECH
static final int ARCCOSECH
- See Also:
- Constant Field Values
-
ARCSECH
static final int ARCSECH
- See Also:
- Constant Field Values
-
ARCCOTH
static final int ARCCOTH
- See Also:
- Constant Field Values
-
SQRT
static final int SQRT
- See Also:
- Constant Field Values
-
EXP
static final int EXP
- See Also:
- Constant Field Values
-
LN
static final int LN
- See Also:
- Constant Field Values
-
LOG10
static final int LOG10
- See Also:
- Constant Field Values
-
LOG2
static final int LOG2
- See Also:
- Constant Field Values
-
ABS
static final int ABS
- See Also:
- Constant Field Values
-
FLOOR
static final int FLOOR
- See Also:
- Constant Field Values
-
SIGN
static final int SIGN
- See Also:
- Constant Field Values
-
CEIL
static final int CEIL
- See Also:
- Constant Field Values
-
FRAC
static final int FRAC
- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
-
VARNAME
static final int VARNAME
- See Also:
- Constant Field Values
-
NONNUMERIC
static final int NONNUMERIC
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
-
-
DMelt 3.0 © DataMelt by jWork.ORG