Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A E F I M O P R S T V

A

addInstruction(Instruction) - Method in class org.maloi.evolvo.expressiontree.vm.Machine
 

E

execute() - Method in class org.maloi.evolvo.expressiontree.vm.Machine
 

F

FREE_REGISTER_BASE - Static variable in class org.maloi.evolvo.expressiontree.vm.Machine
 

I

Instruction - class org.maloi.evolvo.expressiontree.vm.Instruction.
A single instruction for a simple stack machine.
Instruction() - Constructor for class org.maloi.evolvo.expressiontree.vm.Instruction
 
Instruction(Instruction) - Constructor for class org.maloi.evolvo.expressiontree.vm.Instruction
 

M

Machine - class org.maloi.evolvo.expressiontree.vm.Machine.
Very simple stack machine, and code for it to execute.
Machine() - Constructor for class org.maloi.evolvo.expressiontree.vm.Machine
 
Machine(int) - Constructor for class org.maloi.evolvo.expressiontree.vm.Machine
 
Machine(int, int) - Constructor for class org.maloi.evolvo.expressiontree.vm.Machine
 

O

op - Variable in class org.maloi.evolvo.expressiontree.vm.Instruction
 
org.maloi.evolvo.expressiontree.vm - package org.maloi.evolvo.expressiontree.vm
 

P

pop() - Method in class org.maloi.evolvo.expressiontree.vm.Stack
 
program - Variable in class org.maloi.evolvo.expressiontree.vm.Machine
 
push(double) - Method in class org.maloi.evolvo.expressiontree.vm.Stack
 

R

REGISTER_R - Static variable in class org.maloi.evolvo.expressiontree.vm.Machine
 
REGISTER_THETA - Static variable in class org.maloi.evolvo.expressiontree.vm.Machine
 
REGISTER_X - Static variable in class org.maloi.evolvo.expressiontree.vm.Machine
 
REGISTER_Y - Static variable in class org.maloi.evolvo.expressiontree.vm.Machine
 
reg - Variable in class org.maloi.evolvo.expressiontree.vm.Instruction
 
registers - Variable in class org.maloi.evolvo.expressiontree.vm.Machine
 

S

Stack - class org.maloi.evolvo.expressiontree.vm.Stack.
Simple stack of doubles
Stack() - Constructor for class org.maloi.evolvo.expressiontree.vm.Stack
 
Stack(int) - Constructor for class org.maloi.evolvo.expressiontree.vm.Stack
 
setRegister(int, double) - Method in class org.maloi.evolvo.expressiontree.vm.Machine
 
size - Variable in class org.maloi.evolvo.expressiontree.vm.Machine
 
stackPointer - Variable in class org.maloi.evolvo.expressiontree.vm.Stack
 

T

TYPE_OPERATOR - Static variable in class org.maloi.evolvo.expressiontree.vm.Instruction
 
TYPE_REGISTER - Static variable in class org.maloi.evolvo.expressiontree.vm.Instruction
 
TYPE_VALUE - Static variable in class org.maloi.evolvo.expressiontree.vm.Instruction
 
theStack - Variable in class org.maloi.evolvo.expressiontree.vm.Stack
 
toString() - Method in class org.maloi.evolvo.expressiontree.vm.Machine
 
type - Variable in class org.maloi.evolvo.expressiontree.vm.Instruction
 

V

value - Variable in class org.maloi.evolvo.expressiontree.vm.Instruction
 

A E F I M O P R S T V