A B C D E F G I K L M N O P R S T U V W X Y _

F

fallThrough - Variable in class net.scheinerman.phoenix.interpreter.SwitchInterpreter
 
FALSE - Static variable in class net.scheinerman.phoenix.interpreter.variables.Constants
The constant for a false value which is a number variable with a value of 0.
FALSE - Variable in class net.scheinerman.phoenix.interpreter.variables.NumberVariable
 
FALSE - Variable in class net.scheinerman.phoenix.interpreter.variables.StringVariable
 
fat - Variable in class net.scheinerman.phoenix.interpreter.IfInterpreter
The Function Allocation Table (FAT) stores functions and their values for all scopes of the interpretation process.
fat - Variable in class net.scheinerman.phoenix.interpreter.Interpreter
The Function Allocation Table (FAT) stores functions and their values for all scopes of the interpretation process.
fat - Variable in class net.scheinerman.phoenix.runner.InteractivePhoenixEnvironment
 
fat - Variable in class net.scheinerman.phoenix.runner.Runner
 
file - Variable in class net.scheinerman.phoenix.interpreter.IfInterpreter
The path of the file that is being interpreted.
file - Variable in class net.scheinerman.phoenix.interpreter.Interpreter
The path of the file that is being interpreted.
file - Variable in class net.scheinerman.phoenix.runner.Runner
 
firstLoop - Variable in class net.scheinerman.phoenix.interpreter.DoWhileInterpreter
Indicates whether or not the first iteration of the loop has already occured.
firstLoop - Variable in class net.scheinerman.phoenix.interpreter.ForInterpreter
 
ForInterpreter - Class in net.scheinerman.phoenix.interpreter
Extends the standard Interpreter and LoopInterpreter to provide for-loop functionality.
ForInterpreter(String, String, int, String, LinkedList<HashMap<String, Variable>>, LinkedList<HashMap<String, Function>>) - Constructor for class net.scheinerman.phoenix.interpreter.ForInterpreter
Creates a new for loop that takes the LoopInterpreter arguments along with the end condition of the for loop.
funcName - Variable in exception net.scheinerman.phoenix.interpreter.exceptions.UnknownFunctionException
 
Function - Class in net.scheinerman.phoenix.interpreter.functions
A Function is an Interpreter that takes can be run multiple times with different arguments.
Function() - Constructor for class net.scheinerman.phoenix.interpreter.functions.Function
The default constructor for a Function.
Warning: This constructor bypasses the standard initialization procedure and should not be used.
Function(String, String, String, int, Variable[], String[], Variable[], String[], Variable, boolean) - Constructor for class net.scheinerman.phoenix.interpreter.functions.Function
Constructs a Function with the given variables.
function - Variable in class net.scheinerman.phoenix.interpreter.parser.operators.FunctionOperatorNode
 
function - Variable in class net.scheinerman.phoenix.interpreter.variables.FunctionVariable
 
FunctionOperatorNode - Class in net.scheinerman.phoenix.interpreter.parser.operators
Provides the implementation of the Function operator in the parsing tree when parsing expressions.
FunctionOperatorNode(Function, ParserTreeNode, ParserTreeNode) - Constructor for class net.scheinerman.phoenix.interpreter.parser.operators.FunctionOperatorNode
 
functionReference - Variable in class net.scheinerman.phoenix.interpreter.variables.AbstractVariable
 
FunctionReferenceOperatorNode - Class in net.scheinerman.phoenix.interpreter.parser.operators
 
FunctionReferenceOperatorNode(Interpreter, ParserTreeNode) - Constructor for class net.scheinerman.phoenix.interpreter.parser.operators.FunctionReferenceOperatorNode
 
functions - Variable in class net.scheinerman.phoenix.library.AbstractModule
 
FunctionVariable - Class in net.scheinerman.phoenix.interpreter.variables
 
FunctionVariable(Function) - Constructor for class net.scheinerman.phoenix.interpreter.variables.FunctionVariable
 

A B C D E F G I K L M N O P R S T U V W X Y _