org.eclipse.xtext.util.formallang
Class PdaListFormatter.ObjToStrFunction<OBJ>

java.lang.Object
  extended by org.eclipse.xtext.util.formallang.PdaListFormatter.ObjToStrFunction<OBJ>
All Implemented Interfaces:
com.google.common.base.Function<OBJ,java.lang.String>
Enclosing class:
PdaListFormatter<STATE,STACKITEM>

protected static class PdaListFormatter.ObjToStrFunction<OBJ>
extends java.lang.Object
implements com.google.common.base.Function<OBJ,java.lang.String>


Constructor Summary
protected PdaListFormatter.ObjToStrFunction()
           
 
Method Summary
 java.lang.String apply(OBJ from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

PdaListFormatter.ObjToStrFunction

protected PdaListFormatter.ObjToStrFunction()
Method Detail

apply

public java.lang.String apply(OBJ from)
Specified by:
apply in interface com.google.common.base.Function<OBJ,java.lang.String>