com.github.antlrjavaparser.adapter
Class InterfaceDeclarationContextAdapter

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

public class InterfaceDeclarationContextAdapter
extends Object
implements Adapter<TypeDeclaration,Java7Parser.InterfaceDeclarationContext>


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

Constructor Detail

InterfaceDeclarationContextAdapter

public InterfaceDeclarationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.