com.github.antlrjavaparser.adapter
Class QualifiedNameListContextAdapter
java.lang.Object
com.github.antlrjavaparser.adapter.QualifiedNameListContextAdapter
- All Implemented Interfaces:
- Adapter<List<NameExpr>,Java7Parser.QualifiedNameListContext>
public class QualifiedNameListContextAdapter
- extends Object
- implements Adapter<List<NameExpr>,Java7Parser.QualifiedNameListContext>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QualifiedNameListContextAdapter
public QualifiedNameListContextAdapter()
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.