com.github.antlrjavaparser.adapter
Class TypeListContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.TypeListContextAdapter
All Implemented Interfaces:
Adapter<List<Type>,Java7Parser.TypeListContext>

public class TypeListContextAdapter
extends Object
implements Adapter<List<Type>,Java7Parser.TypeListContext>


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

Constructor Detail

TypeListContextAdapter

public TypeListContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.