com.github.antlrjavaparser.adapter
Class MarkerAnnotationContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.MarkerAnnotationContextAdapter
All Implemented Interfaces:
Adapter<MarkerAnnotationExpr,Java7Parser.MarkerAnnotationContext>

public class MarkerAnnotationContextAdapter
extends Object
implements Adapter<MarkerAnnotationExpr,Java7Parser.MarkerAnnotationContext>


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

Constructor Detail

MarkerAnnotationContextAdapter

public MarkerAnnotationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.