A C D E G I L O S

A

addSystemWord(String, sfiInterface) - Method in class sfi
Adds a system word.

C

col() - Method in class sfi
Column number consultor.

D

defineConstant(String, int) - Method in class sfi
Define a constant.
defineVariable(String, int) - Method in class sfi
Defines a variable.
deleteString(int) - Method in class sfi
Deletes a memory stored string.

E

error(String) - Method in class interpreter
 
error(String) - Method in class sfi
Default error method.
execWord(String) - Method in class sfi
Executes an user defined word.
execWord() - Method in interface sfiInterface
Invokes the method to handle the word.
execWordRANDOM() - Method in class interpreter
 
execute(String) - Method in class sfi
Execute a program.

G

getConstant(String) - Method in class sfi
Retrieves the value of a constant.
getString(int) - Method in class sfi
Retrieves a memory stored string.
getVariableValue(String) - Method in class sfi
Retrieves the value stored in a variable.

I

init() - Method in class scriptTester
Initializes the applet scriptTester
interpreter - class interpreter.
 
interpreter(TextArea, TextArea) - Constructor for class interpreter
Creates a new instance of interpreter
ip() - Method in class sfi
Instruction pointer consultor.
isDefinedConstant(String) - Method in class sfi
Tell if a given constant is defined.
isDefinedVariable(String) - Method in class sfi
Tell if a given variable is defined.
isDefinedWord(String) - Method in class sfi
Tell if a given word is defined.
isStackEmpty() - Method in class sfi
Checks if the stack is empty.

L

line() - Method in class sfi
Line number consultor.

O

output(String) - Method in class interpreter
 
output(String) - Method in class sfi
Default output method.

S

scriptTester - class scriptTester.
 
scriptTester() - Constructor for class scriptTester
 
sfi - class sfi.
Small Forth Interpreter Description: The Simple Forth Interpreter (SFI in short) is a Java™ implementation of a little subset of the ANS Forth language.
sfi() - Constructor for class sfi
Creates a new instance of the interpreter.
sfiInterface - interface sfiInterface.
SFI Interface Description: That's an interface to Java™ defined words.
stackClear() - Method in class sfi
Clears the stack.
stackPop() - Method in class sfi
Retrieves a value from the stack.
stackPush(int) - Method in class sfi
Puts a value in the stack.
storeString(String) - Method in class sfi
Stores a string in memory like C".
storeVariableValue(String, int) - Method in class sfi
Stores a value in a variable.

A C D E G I L O S