com.github.antlrjavaparser.adapter
Class AnnotationsContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.AnnotationsContextAdapter
All Implemented Interfaces:
Adapter<List<AnnotationExpr>,Java7Parser.AnnotationsContext>

public class AnnotationsContextAdapter
extends Object
implements Adapter<List<AnnotationExpr>,Java7Parser.AnnotationsContext>


Constructor Summary
AnnotationsContextAdapter()
           
 
Method Summary
 List<AnnotationExpr> adapt(Java7Parser.AnnotationsContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsContextAdapter

public AnnotationsContextAdapter()
Method Detail

adapt

public List<AnnotationExpr> adapt(Java7Parser.AnnotationsContext context)
Specified by:
adapt in interface Adapter<List<AnnotationExpr>,Java7Parser.AnnotationsContext>


Copyright © 2013. All Rights Reserved.