br.com.objectos.way.code
Class MethodInfoToImportInfoSet

java.lang.Object
  extended by br.com.objectos.way.code.MethodInfoToImportInfoSet
All Implemented Interfaces:
com.google.common.base.Function<MethodInfo,Set<ImportInfo>>

public class MethodInfoToImportInfoSet
extends Object
implements com.google.common.base.Function<MethodInfo,Set<ImportInfo>>

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
 Set<ImportInfo> apply(MethodInfo input)
           
static MethodInfoToImportInfoSet get()
           
 
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
 

Method Detail

get

public static MethodInfoToImportInfoSet get()

apply

public Set<ImportInfo> apply(MethodInfo input)
Specified by:
apply in interface com.google.common.base.Function<MethodInfo,Set<ImportInfo>>


Copyright © 2014. All rights reserved.