com.github.antlrjavaparser.adapter
Class AnnotationContextAdapter

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

public class AnnotationContextAdapter
extends Object
implements Adapter<AnnotationExpr,Java7Parser.AnnotationContext>


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

Constructor Detail

AnnotationContextAdapter

public AnnotationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.