com.github.antlrjavaparser.adapter
Class AnnotationTypeDeclarationContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.AnnotationTypeDeclarationContextAdapter
All Implemented Interfaces:
Adapter<AnnotationDeclaration,Java7Parser.AnnotationTypeDeclarationContext>

public class AnnotationTypeDeclarationContextAdapter
extends Object
implements Adapter<AnnotationDeclaration,Java7Parser.AnnotationTypeDeclarationContext>


Constructor Summary
AnnotationTypeDeclarationContextAdapter()
           
 
Method Summary
 AnnotationDeclaration adapt(Java7Parser.AnnotationTypeDeclarationContext context, AdapterParameters adapterParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationTypeDeclarationContextAdapter

public AnnotationTypeDeclarationContextAdapter()
Method Detail

adapt

public AnnotationDeclaration adapt(Java7Parser.AnnotationTypeDeclarationContext context,
                                   AdapterParameters adapterParameters)
Specified by:
adapt in interface Adapter<AnnotationDeclaration,Java7Parser.AnnotationTypeDeclarationContext>


Copyright © 2013. All Rights Reserved.