com.github.antlrjavaparser.adapter
Class AnnotationTypeElementDeclarationContextAdapter

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

public class AnnotationTypeElementDeclarationContextAdapter
extends Object
implements Adapter<BodyDeclaration,Java7Parser.AnnotationTypeElementDeclarationContext>


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

Constructor Detail

AnnotationTypeElementDeclarationContextAdapter

public AnnotationTypeElementDeclarationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.