Uses of Class
nl.tudelft.simulation.dsol.interpreter.Frame

Packages that use Frame
nl.tudelft.simulation.dsol.interpreter   
nl.tudelft.simulation.dsol.interpreter.operations   
nl.tudelft.simulation.dsol.interpreter.operations.custom   
nl.tudelft.simulation.dsol.interpreter.operations.reflection   
nl.tudelft.simulation.dsol.interpreter.process   
 

Uses of Frame in nl.tudelft.simulation.dsol.interpreter
 

Methods in nl.tudelft.simulation.dsol.interpreter that return Frame
static Frame Interpreter.aThrow(Operation operation, Frame frame, Stack frameStack)
          throws an exception
static Frame Interpreter.createFrame(Object object, AccessibleObject method, Object[] arguments)
          creates a frame for a method
 

Methods in nl.tudelft.simulation.dsol.interpreter with parameters of type Frame
static Frame Interpreter.aThrow(Operation operation, Frame frame, Stack frameStack)
          throws an exception
 

Uses of Frame in nl.tudelft.simulation.dsol.interpreter.operations
 

Methods in nl.tudelft.simulation.dsol.interpreter.operations that return Frame
abstract  Frame InvokeOperation.execute(Frame frame)
          executes the operation
 Frame ATHROW.execute(Frame frame)
          executes the aThrow operation on a frame
 Frame INVOKEINTERFACE.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame INVOKEVIRTUAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame INVOKESTATIC.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame INVOKESPECIAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 

Methods in nl.tudelft.simulation.dsol.interpreter.operations with parameters of type Frame
abstract  Object ReturnOperation.execute(Frame frame)
          executes the operation
abstract  Frame InvokeOperation.execute(Frame frame)
          executes the operation
 Object LRETURN.execute(Frame frame)
           
 Object RETURN.execute(Frame frame)
           
 Frame ATHROW.execute(Frame frame)
          executes the aThrow operation on a frame
 Object DRETURN.execute(Frame frame)
           
 Object FRETURN.execute(Frame frame)
           
 Object IRETURN.execute(Frame frame)
           
 Object ARETURN.execute(Frame frame)
           
 Frame INVOKEINTERFACE.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame INVOKEVIRTUAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame INVOKESTATIC.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame INVOKESPECIAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 

Uses of Frame in nl.tudelft.simulation.dsol.interpreter.operations.custom
 

Methods in nl.tudelft.simulation.dsol.interpreter.operations.custom that return Frame
 Frame CUSTOMINVOKESTATIC.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame CUSTOMINVOKESPECIAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame CUSTOMINVOKEINTERFACE.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame CUSTOMINVOKEVIRTUAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 

Methods in nl.tudelft.simulation.dsol.interpreter.operations.custom with parameters of type Frame
 Frame CUSTOMINVOKESTATIC.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame CUSTOMINVOKESPECIAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame CUSTOMINVOKEINTERFACE.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 Frame CUSTOMINVOKEVIRTUAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
           
 

Uses of Frame in nl.tudelft.simulation.dsol.interpreter.operations.reflection
 

Methods in nl.tudelft.simulation.dsol.interpreter.operations.reflection that return Frame
 Frame INVOKESTATIC.execute(Frame frame)
           
 Frame INVOKESPECIAL.execute(Frame frame)
           
 Frame INVOKEINTERFACE.execute(Frame frame)
           
 Frame INVOKEVIRTUAL.execute(Frame frame)
           
 Frame INVOKESTATIC.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the method on the objectRef
 Frame INVOKESPECIAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the method on the objectRef
 Frame INVOKEINTERFACE.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the method on the objectRef
 Frame INVOKEVIRTUAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the method on the objectRef
 

Methods in nl.tudelft.simulation.dsol.interpreter.operations.reflection with parameters of type Frame
 Frame INVOKESTATIC.execute(Frame frame)
           
 Frame INVOKESPECIAL.execute(Frame frame)
           
 Frame INVOKEINTERFACE.execute(Frame frame)
           
 Frame INVOKEVIRTUAL.execute(Frame frame)
           
 Frame INVOKESTATIC.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the method on the objectRef
 Frame INVOKESPECIAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the method on the objectRef
 Frame INVOKEINTERFACE.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the method on the objectRef
 Frame INVOKEVIRTUAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the method on the objectRef
 

Uses of Frame in nl.tudelft.simulation.dsol.interpreter.process
 

Methods in nl.tudelft.simulation.dsol.interpreter.process that return Frame
 Frame PROCESSINVOKESPECIAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the operation and returns a new Frame
 Frame PROCESSINVOKEVIRTUAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the operation and returns a new Frame
 

Methods in nl.tudelft.simulation.dsol.interpreter.process with parameters of type Frame
 Frame PROCESSINVOKESPECIAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the operation and returns a new Frame
 Frame PROCESSINVOKEVIRTUAL.execute(Frame frame, Object objectRef, Method method, Object[] arguments)
          executes the operation and returns a new Frame
 



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.