com.github.antlrjavaparser.adapter
Class ClassOrInterfaceDeclarationContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.ClassOrInterfaceDeclarationContextAdapter
All Implemented Interfaces:
Adapter<TypeDeclaration,Java7Parser.ClassOrInterfaceDeclarationContext>

public class ClassOrInterfaceDeclarationContextAdapter
extends Object
implements Adapter<TypeDeclaration,Java7Parser.ClassOrInterfaceDeclarationContext>


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

Constructor Detail

ClassOrInterfaceDeclarationContextAdapter

public ClassOrInterfaceDeclarationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.