org.fraid.interpreter
Interface FraidConstants

All Known Implementing Classes:
Fraid, FraidTokenManager

public interface FraidConstants


Field Summary
static int AND
           
static int ASSIGN
           
static int CLOSE_META
           
static int CLOSE_PAR
           
static int COMMA
           
static int DEFAULT
           
static int DIGITS
           
static int DIVIDE
           
static int ELSE
           
static int EOF
           
static int EOL
           
static int EQUAL
           
static int GREATER
           
static int GREATER_OR_EQ
           
static int ID
           
static int IF
           
static int IMAGINARY_NUMBER
           
static int IMAGINARY_ONE
           
static int INT_DIVIDE
           
static int MINUS
           
static int NOT
           
static int NOT_EQUAL
           
static int NUMBER
           
static int OPEN_META
           
static int OPEN_PAR
           
static int OR
           
static int PLUS
           
static int POWER
           
static int SIMPLE_NUMBER
           
static int SMALLER
           
static int SMALLER_OR_EQ
           
static int STRING
           
static int THEN
           
static int TIMES
           
static java.lang.String[] tokenImage
           
static int XOR
           
 

Field Detail

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.