Searched refs:IFoo (Results 1 – 2 of 2) sorted by relevance
110 IFoo = interface(IANTLRInterface) interface117 TFoo = class(TANTLRObject, ICloneable, IFoo)136 Foo: IFoo;191 Foo: IFoo;208 Check(Supports(ReturnValue, IFoo));209 CheckEquals((ReturnValue as IFoo).Value,(FICloneable as IFoo).Value);
380 bind(IFoo.class).toConstructor(constructor); in testInterfaceToImplementationConstructor()384 injector.getInstance(IFoo.class); in testInterfaceToImplementationConstructor()387 public static interface IFoo {} interface in BindingTest388 public static class CFoo implements IFoo {}