|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableTable | |
| com.svincent.smalljava | Provides an API for generating Java source code and JVM bytecodes. |
| com.svincent.smalljava.rhino | |
| Uses of VariableTable in com.svincent.smalljava |
| Methods in com.svincent.smalljava with parameters of type VariableTable | |
protected abstract void |
Expr.generateInstructions(ClassFileWriter out,
VariableTable vars)
Generate a list of JVM instructions for this expression node. |
protected void |
Expr.New.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.SuperConstructor.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.NewArray.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.Return.generateInstructions(ClassFileWriter out,
VariableTable vars)
Generate a list of JVM instructions for this expression node. |
protected void |
Expr.Call.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.SetField.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.SetLocal.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.SetArray.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.GetField.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.GetStatic.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.GetLocal.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.This.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.IntConst.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.DoubleConst.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.NullConst.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.BooleanConst.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.StringConst.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.Begin.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.While.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.If.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
protected void |
Expr.Comment.generateInstructions(ClassFileWriter out,
VariableTable vars)
|
| Uses of VariableTable in com.svincent.smalljava.rhino |
| Methods in com.svincent.smalljava.rhino with parameters of type VariableTable | |
void |
ClassFileWriter.stopMethod(short maxLocals,
VariableTable vars)
Complete generation of the method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/
Copyright © 1999 Shawn P. Vincent.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.