at.dms.backend
Class MethodEnv

java.lang.Object
  |
  +--at.dms.backend.MethodEnv

class MethodEnv
extends java.lang.Object

This class represents a method environment.


Constructor Summary
(package private) MethodEnv(MethodInfo info)
           
 
Method Summary
 QTemporary getLocalVar(InstructionHandle instruction)
          getLocalVar
 QTemporary getLocalVar(int pos)
          getLocalVar
 void setParameters(int[] sizes)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodEnv

MethodEnv(MethodInfo info)
Method Detail

getLocalVar

public QTemporary getLocalVar(int pos)
getLocalVar

getLocalVar

public QTemporary getLocalVar(InstructionHandle instruction)
getLocalVar

setParameters

public void setParameters(int[] sizes)