com.github.antlrjavaparser.adapter
Class SingleElementAnnotationContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.SingleElementAnnotationContextAdapter
All Implemented Interfaces:
Adapter<SingleMemberAnnotationExpr,Java7Parser.SingleElementAnnotationContext>

public class SingleElementAnnotationContextAdapter
extends Object
implements Adapter<SingleMemberAnnotationExpr,Java7Parser.SingleElementAnnotationContext>


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

Constructor Detail

SingleElementAnnotationContextAdapter

public SingleElementAnnotationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.