org.fraid.interpreter
Interface FraidConstants
- All Known Implementing Classes:
- Fraid, FraidTokenManager
public interface FraidConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
EOL
static final int EOL
- 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
TIMES
static final int TIMES
- See Also:
- Constant Field Values
POWER
static final int POWER
- See Also:
- Constant Field Values
DIVIDE
static final int DIVIDE
- See Also:
- Constant Field Values
INT_DIVIDE
static final int INT_DIVIDE
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
THEN
static final int THEN
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
XOR
static final int XOR
- See Also:
- Constant Field Values
GREATER
static final int GREATER
- See Also:
- Constant Field Values
SMALLER
static final int SMALLER
- See Also:
- Constant Field Values
SMALLER_OR_EQ
static final int SMALLER_OR_EQ
- See Also:
- Constant Field Values
GREATER_OR_EQ
static final int GREATER_OR_EQ
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
static final int NOT_EQUAL
- See Also:
- Constant Field Values
OPEN_PAR
static final int OPEN_PAR
- See Also:
- Constant Field Values
CLOSE_PAR
static final int CLOSE_PAR
- See Also:
- Constant Field Values
OPEN_META
static final int OPEN_META
- See Also:
- Constant Field Values
CLOSE_META
static final int CLOSE_META
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
SIMPLE_NUMBER
static final int SIMPLE_NUMBER
- See Also:
- Constant Field Values
DIGITS
static final int DIGITS
- See Also:
- Constant Field Values
IMAGINARY_ONE
static final int IMAGINARY_ONE
- See Also:
- Constant Field Values
IMAGINARY_NUMBER
static final int IMAGINARY_NUMBER
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage
Fraid (system and language). (C) 2003-2007 Ivaylo Iliev
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.