Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
_
E
endCondition
- Variable in class net.scheinerman.phoenix.interpreter.
ForInterpreter
endConditionMet()
- Method in class net.scheinerman.phoenix.interpreter.
ForInterpreter
EqualOperatorNode
- Class in
net.scheinerman.phoenix.interpreter.parser.operators
Provides the implementation of the Equal [==] operator in the parsing tree when parsing expressions.
EqualOperatorNode(ParserTreeNode, ParserTreeNode)
- Constructor for class net.scheinerman.phoenix.interpreter.parser.operators.
EqualOperatorNode
equals(Variable)
- Method in class net.scheinerman.phoenix.interpreter.variables.
AbstractVariable
Tests to see if the type of the two variables are equal by checking the equality of the strings returned by the
getType()
method.
ERR
- Static variable in class net.scheinerman.phoenix.interpreter.
InterpreterData
ERROR
- Static variable in class net.scheinerman.phoenix.interpreter.
InterpreterData
ERROR_TRACE
- Static variable in class net.scheinerman.phoenix.interpreter.
InterpreterData
ERROR_TRACE_STARTED
- Static variable in class net.scheinerman.phoenix.interpreter.
InterpreterData
errorStream
- Variable in class net.scheinerman.phoenix.runner.
PhoenixEnvironment
errorType
- Variable in exception net.scheinerman.phoenix.interpreter.exceptions.
PhoenixRuntimeException
The basic error type of the exception, in this case it is,
"Error"
.
exited
- Variable in class net.scheinerman.phoenix.runner.
InteractivePhoenixEnvironment
exp(Variable)
- Method in class net.scheinerman.phoenix.interpreter.variables.
FunctionVariable
exp(Variable)
- Method in class net.scheinerman.phoenix.interpreter.variables.
NumberVariable
exp(Variable)
- Method in class net.scheinerman.phoenix.interpreter.variables.
StringVariable
This operator is not supported for String variables.
exp(Variable)
- Method in interface net.scheinerman.phoenix.interpreter.variables.
Variable
Takes two variables and returns the exponentiation operator solution.
ExpOperatorNode
- Class in
net.scheinerman.phoenix.interpreter.parser.operators
Provides the implementation of the Exp [^] operator in the parsing tree when parsing expressions.
ExpOperatorNode(ParserTreeNode, ParserTreeNode)
- Constructor for class net.scheinerman.phoenix.interpreter.parser.operators.
ExpOperatorNode
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
_