com.github.antlrjavaparser.adapter
Class NormalAnnotationContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.NormalAnnotationContextAdapter
All Implemented Interfaces:
Adapter<NormalAnnotationExpr,Java7Parser.NormalAnnotationContext>

public class NormalAnnotationContextAdapter
extends Object
implements Adapter<NormalAnnotationExpr,Java7Parser.NormalAnnotationContext>


Constructor Summary
NormalAnnotationContextAdapter()
           
 
Method Summary
 NormalAnnotationExpr adapt(Java7Parser.NormalAnnotationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalAnnotationContextAdapter

public NormalAnnotationContextAdapter()
Method Detail

adapt

public NormalAnnotationExpr adapt(Java7Parser.NormalAnnotationContext context)
Specified by:
adapt in interface Adapter<NormalAnnotationExpr,Java7Parser.NormalAnnotationContext>


Copyright © 2013. All Rights Reserved.