com.github.antlrjavaparser.adapter
Class AnnotationTypeBodyContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.AnnotationTypeBodyContextAdapter
All Implemented Interfaces:
Adapter<List<BodyDeclaration>,Java7Parser.AnnotationTypeBodyContext>

public class AnnotationTypeBodyContextAdapter
extends Object
implements Adapter<List<BodyDeclaration>,Java7Parser.AnnotationTypeBodyContext>


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

Constructor Detail

AnnotationTypeBodyContextAdapter

public AnnotationTypeBodyContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.