com.google.dexmaker
Class Local<T>

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

public final class Local<T>
extends java.lang.Object

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


Method Summary
 TypeId getType()
           
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object