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
J
K
L
M
N
O
P
R
S
T
U
V
W
S
Str
- class pascalinterpreter.datatypes.
Str
.
Represents a singleton.
Str()
- Constructor for class pascalinterpreter.datatypes.
Str
prevents instantiation
Subtract
- class pascalinterpreter.operators.
Subtract
.
Represents a singleton.
Subtract()
- Constructor for class pascalinterpreter.operators.
Subtract
prevents instantiation
saveFile(File, String)
- Method in class pascalinterpreter.gui.
PascalInterpreter
savePascalFile()
- Method in class pascalinterpreter.gui.
PascalInterpreter
secondOperand
- Variable in class pascalinterpreter.
BinaryOperation
section
- Variable in class pascalinterpreter.analysis.
Analyser
section
- Variable in class pascalinterpreter.analysis.
Compiler
setAssignRegistryOperation(UnaryOperation)
- Method in class pascalinterpreter.controlstatements.
For
setBlock(Block)
- Method in class pascalinterpreter.
ControlStatement
setComponentEn(JComponent[])
- Method in class pascalinterpreter.
Program
setControlCondition(BinaryOperation)
- Method in class pascalinterpreter.
ControlStatement
setElseBlock(Block)
- Method in class pascalinterpreter.controlstatements.
IfElse
Metoda ustawia podany blok, jako blok wykonywany przy niespełnionym warunku (...else).
setEncoding(String)
- Method in class pascalinterpreter.gui.
PascalInterpreter
Metoda ustawia kodowanie znaków dla odczytywanych i zapisywanych plików.
setGlobalVariables(ArrayList)
- Method in class pascalinterpreter.
Program
setIncrementOperation(BinaryOperation)
- Method in class pascalinterpreter.controlstatements.
For
setInitOperation(BinaryOperation)
- Method in class pascalinterpreter.controlstatements.
For
setMainBlock(Block)
- Method in class pascalinterpreter.
Program
setNewText(String)
- Method in class pascalinterpreter.analysis.
Line
Metoda ustawia nową treść linii.
setPointerValue(String)
- Method in class pascalinterpreter.
Variable
Metoda ustawia wartość reprezentowanej przez obiekt zmiennej wskazywanej.
setRegistry(DataType, String)
- Method in class pascalinterpreter.
Operator
Rejestr programu jest dostępny tylko z tego samego pakietu.
setRegistry(boolean)
- Method in class pascalinterpreter.
Operator
Zapisuje wartość Bool do rejestru programu.
setRegistry(double)
- Method in class pascalinterpreter.
Operator
Zapisuje wartość Real do rejestru programu.
setRegistry(int)
- Method in class pascalinterpreter.
Operator
Zapisuje wartość Int do rejestru programu.
setRegistry(String)
- Method in class pascalinterpreter.
Operator
Zapisuje wartość Str do rejestru programu.
setRegistry(Variable)
- Method in class pascalinterpreter.
Program
Wstawia do rejestru zmienną.
setRegistry(DataType, double)
- Method in class pascalinterpreter.operators.
Arithmetic
Metoda konwertuje wartość do wybranego typu i zapisuje do rejestru programu.
setText(String)
- Method in class pascalinterpreter.gui.
EditorPanel
Metoda wstawia nowy tekst do pola.
setValue(String)
- Method in class pascalinterpreter.
Constant
Metoda umożliwia zainicjowanie stałej.
setValue(String)
- Method in class pascalinterpreter.
Variable
Metoda ustawia wartość reprezentowanej przez obiekt zmiennej.
setVariable(Variable)
- Method in class pascalinterpreter.
IoOperation
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
J
K
L
M
N
O
P
R
S
T
U
V
W