org.eclipse.xtext.util.formallang
Class ProductionFormatter.ObjToStrFunction<TOKEN>

java.lang.Object
  extended by org.eclipse.xtext.util.formallang.ProductionFormatter.ObjToStrFunction<TOKEN>
All Implemented Interfaces:
com.google.common.base.Function<TOKEN,java.lang.String>
Enclosing class:
ProductionFormatter<ELEMENT,TOKEN>

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


Constructor Summary
protected ProductionFormatter.ObjToStrFunction()
           
 
Method Summary
 java.lang.String apply(TOKEN 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

ProductionFormatter.ObjToStrFunction

protected ProductionFormatter.ObjToStrFunction()
Method Detail

apply

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