org.fraid.interpreter
Interface FraidTreeConstants
- All Known Implementing Classes:
- ASTAdd, ASTAnd, ASTAssignment, ASTDivide, ASTEqual, ASTEvalLater, ASTExpressionToCalculate, ASTFunctionCall, ASTFunctionDef, ASTGreater, ASTGreaterOrEqual, ASTIfThenExpression, ASTImaginaryNumber, ASTMeta, ASTMultiply, ASTNegate, ASTNot, ASTNotEqual, ASTOr, ASTPower, ASTProcessSingleLine, ASTProcessStream, ASTRealNumber, ASTSmaller, ASTSmallerOrEqual, ASTString, ASTSubtract, ASTVariable, ASTXor, Fraid, SimpleNode
public interface FraidTreeConstants
JJTPROCESSSINGLELINE
static final int JJTPROCESSSINGLELINE
- See Also:
- Constant Field Values
JJTPROCESSSTREAM
static final int JJTPROCESSSTREAM
- See Also:
- Constant Field Values
JJTEXPRESSIONTOCALCULATE
static final int JJTEXPRESSIONTOCALCULATE
- See Also:
- Constant Field Values
JJTVOID
static final int JJTVOID
- See Also:
- Constant Field Values
JJTIFTHENEXPRESSION
static final int JJTIFTHENEXPRESSION
- See Also:
- Constant Field Values
JJTASSIGNMENT
static final int JJTASSIGNMENT
- See Also:
- Constant Field Values
JJTFUNCTIONDEF
static final int JJTFUNCTIONDEF
- See Also:
- Constant Field Values
JJTGREATER
static final int JJTGREATER
- See Also:
- Constant Field Values
JJTSMALLER
static final int JJTSMALLER
- See Also:
- Constant Field Values
JJTSMALLEROREQUAL
static final int JJTSMALLEROREQUAL
- See Also:
- Constant Field Values
JJTGREATEROREQUAL
static final int JJTGREATEROREQUAL
- See Also:
- Constant Field Values
JJTEQUAL
static final int JJTEQUAL
- See Also:
- Constant Field Values
JJTNOTEQUAL
static final int JJTNOTEQUAL
- See Also:
- Constant Field Values
JJTOR
static final int JJTOR
- See Also:
- Constant Field Values
JJTXOR
static final int JJTXOR
- See Also:
- Constant Field Values
JJTAND
static final int JJTAND
- See Also:
- Constant Field Values
JJTADD
static final int JJTADD
- See Also:
- Constant Field Values
JJTSUBTRACT
static final int JJTSUBTRACT
- See Also:
- Constant Field Values
JJTMULTIPLY
static final int JJTMULTIPLY
- See Also:
- Constant Field Values
JJTDIVIDE
static final int JJTDIVIDE
- See Also:
- Constant Field Values
JJTPOWER
static final int JJTPOWER
- See Also:
- Constant Field Values
JJTREALNUMBER
static final int JJTREALNUMBER
- See Also:
- Constant Field Values
JJTIMAGINARYNUMBER
static final int JJTIMAGINARYNUMBER
- See Also:
- Constant Field Values
JJTSTRING
static final int JJTSTRING
- See Also:
- Constant Field Values
JJTNEGATE
static final int JJTNEGATE
- See Also:
- Constant Field Values
JJTNOT
static final int JJTNOT
- See Also:
- Constant Field Values
JJTFUNCTIONCALL
static final int JJTFUNCTIONCALL
- See Also:
- Constant Field Values
JJTMETA
static final int JJTMETA
- See Also:
- Constant Field Values
JJTVARIABLE
static final int JJTVARIABLE
- See Also:
- Constant Field Values
jjtNodeName
static final java.lang.String[] jjtNodeName
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.