com.github.antlrjavaparser.adapter
Class TypeParametersContextAdapter
java.lang.Object
com.github.antlrjavaparser.adapter.TypeParametersContextAdapter
- All Implemented Interfaces:
- Adapter<List<TypeParameter>,Java7Parser.TypeParametersContext>
public class TypeParametersContextAdapter
- extends Object
- implements Adapter<List<TypeParameter>,Java7Parser.TypeParametersContext>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeParametersContextAdapter
public TypeParametersContextAdapter()
adapt
public List<TypeParameter> adapt(Java7Parser.TypeParametersContext context,
AdapterParameters adapterParameters)
- Specified by:
adapt in interface Adapter<List<TypeParameter>,Java7Parser.TypeParametersContext>
Copyright © 2013. All Rights Reserved.