org.eclipse.xtext.service
Class BindModule

java.lang.Object
  extended by org.eclipse.xtext.service.MethodBasedModule
      extended by org.eclipse.xtext.service.BindModule
All Implemented Interfaces:
com.google.inject.Module

public class BindModule
extends MethodBasedModule


Constructor Summary
BindModule(java.lang.reflect.Method method, java.lang.Object owner)
           
 
Method Summary
 
Methods inherited from class org.eclipse.xtext.service.MethodBasedModule
bindToClass, bindToInstance, configure, getFirstTypeParameter, getKeyType, getMethod, getOwner, invokeMethod, isClassBinding, isEager, isSame, isSingleton, throwIllegalReturnTypeDeclaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindModule

public BindModule(java.lang.reflect.Method method,
                  java.lang.Object owner)