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