com.github.antlrjavaparser.adapter
Class QualifiedNameListContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.QualifiedNameListContextAdapter
All Implemented Interfaces:
Adapter<List<NameExpr>,Java7Parser.QualifiedNameListContext>

public class QualifiedNameListContextAdapter
extends Object
implements Adapter<List<NameExpr>,Java7Parser.QualifiedNameListContext>


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

Constructor Detail

QualifiedNameListContextAdapter

public QualifiedNameListContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.