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

V

value() - Method in class SFE.Compiler.BooleanConstant
Returns the value stored in this BooleanConstant (0 or 1)
value() - Method in class SFE.Compiler.ConstExpression
Returns the value stored in this constant expression
value() - Method in class SFE.Compiler.IntConstant
Returns the value stored in this IntConstant
valueDoc - Variable in class SFE.GUI.Constant
 
Variable - Class in SFE.Compiler
A type representing a variable in the program.
Variable(String, Type) - Constructor for class SFE.Compiler.Variable
Constructs a new variable object of a given name and type.
Variable - Class in SFE.GUI
 
Variable(String, Type) - Constructor for class SFE.GUI.Variable
 
Variable(String, Type, String, int) - Constructor for class SFE.GUI.Variable
Build an array variable
variables - Variable in class SFE.GUI.Function
 
VarLvalue - Class in SFE.Compiler
The VarLvalue class extends the Lvalue class, and can be when a variable is used as Lvalue.
VarLvalue(Variable, boolean) - Constructor for class SFE.Compiler.VarLvalue
Constructs a new VarLvalue from a given variable.
VarPane - Class in SFE.GUI
A panel to edit a variable.
VarPane(Program, PanelUpdater) - Constructor for class SFE.GUI.VarPane
Construct the VarPane

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