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

_

_goto(Label) - Static method in class net.sf.transjvm.Statement
Returns a statement that jumps to the Label target.
_goto(Label) - Method in interface net.sf.transjvm.util.StatementVisitor
 
_if(Expression, Statement, Statement) - Static method in class net.sf.transjvm.Statement
Returns a Statement conditionally executing either _true or _false.
_if(Expression, Statement) - Static method in class net.sf.transjvm.Statement
Returns a Statement conditionally executing stmt.
_if(Expression, Statement, Statement) - Method in interface net.sf.transjvm.util.StatementVisitor
 
_instanceof(TypeID) - Method in class net.sf.transjvm.InstructionStream
 
_instanceof(Expression, TypeID) - Method in interface net.sf.transjvm.util.ExpressionVisitor
 
_interface(TypeID, TypeID, String) - Static method in class net.sf.transjvm.MethodID
Returns a MethodID for interface dispatch, with no parameters.
_interface(TypeID, TypeID, String, TypeID) - Static method in class net.sf.transjvm.MethodID
Returns a MethodID for interface dispatch, with one parameter.
_interface(TypeID, TypeID, String, TypeID, TypeID) - Static method in class net.sf.transjvm.MethodID
Returns a MethodID for interface dispatch, with two parameters.
_interface(TypeID, TypeID, String, TypeID...) - Static method in class net.sf.transjvm.MethodID
Returns a MethodID for interface dispatch, with several parameters.
_new(TypeID) - Method in class net.sf.transjvm.InstructionStream
 
_null() - Method in interface net.sf.transjvm.util.ExpressionVisitor
 
_return(Expression) - Static method in class net.sf.transjvm.Statement
Returns a Statement which returns Expression ret from the current method.
_return(Expression) - Method in interface net.sf.transjvm.util.StatementVisitor
 
_static(TypeID, TypeID, String) - Static method in class net.sf.transjvm.MethodID
Returns a MethodID for static dispatch, with no parameters.
_static(TypeID, TypeID, String, TypeID) - Static method in class net.sf.transjvm.MethodID
Returns a MethodID for static dispatch, with one parameter.
_static(TypeID, TypeID, String, TypeID, TypeID) - Static method in class net.sf.transjvm.MethodID
Returns a MethodID for static dispatch, with two parameters.
_static(TypeID, TypeID, String, TypeID...) - Static method in class net.sf.transjvm.MethodID
Returns a MethodID for static dispatch, with several parameters.
_switch(Expression, Case[], Label) - Static method in class net.sf.transjvm.Statement
Returns a Statement branches to whichever Case matches value, _default otherwise.
_switch(Expression, Case[], Label, float) - Static method in class net.sf.transjvm.Statement
Returns a Statement branches to whichever Case matches value, _default otherwise.
_switch(Expression, Case[], Label, float) - Method in interface net.sf.transjvm.util.StatementVisitor
 
_this() - Method in class net.sf.transjvm.Frame
Returns a Variable for this.
_throw(Expression) - Static method in class net.sf.transjvm.Statement
Returns a Statement throwing Expression throwable.
_throw(Expression) - Method in interface net.sf.transjvm.util.StatementVisitor
 

A B C D E F G H I J L M N O P R S T U V W X Z _
Copyright 2004-5, Mark Shannon