com.google.dexmaker
Class Local<T>

java.lang.Object
  extended by com.google.dexmaker.Local<T>

public final class Local<T>
extends Object

A temporary variable that holds a single value of a known type.


Method Summary
 TypeId getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public TypeId getType()

toString

public String toString()
Overrides:
toString in class Object