org.eclipse.xtext.util.formallang
Class PdaUtil.Identity<T>

java.lang.Object
  extended by org.eclipse.xtext.util.formallang.PdaUtil.Identity<T>
Enclosing class:
PdaUtil

protected static class PdaUtil.Identity<T>
extends java.lang.Object


Field Summary
protected  java.util.Map<T,T> cache
           
 
Constructor Summary
protected PdaUtil.Identity()
           
 
Method Summary
 T get(T t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

protected java.util.Map<T,T> cache
Constructor Detail

PdaUtil.Identity

protected PdaUtil.Identity()
Method Detail

get

public T get(T t)