com.github.antlrjavaparser.adapter
Class TypeBoundContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.TypeBoundContextAdapter
All Implemented Interfaces:
Adapter<List<ClassOrInterfaceType>,Java7Parser.TypeBoundContext>

public class TypeBoundContextAdapter
extends Object
implements Adapter<List<ClassOrInterfaceType>,Java7Parser.TypeBoundContext>


Constructor Summary
TypeBoundContextAdapter()
           
 
Method Summary
 List<ClassOrInterfaceType> adapt(Java7Parser.TypeBoundContext context, AdapterParameters adapterParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeBoundContextAdapter

public TypeBoundContextAdapter()
Method Detail

adapt

public List<ClassOrInterfaceType> adapt(Java7Parser.TypeBoundContext context,
                                        AdapterParameters adapterParameters)
Specified by:
adapt in interface Adapter<List<ClassOrInterfaceType>,Java7Parser.TypeBoundContext>


Copyright © 2013. All Rights Reserved.