com.github.antlrjavaparser.adapter
Class TypeDeclarationContextAdapter

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

public class TypeDeclarationContextAdapter
extends Object
implements Adapter<TypeDeclaration,Java7Parser.TypeDeclarationContext>


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

Constructor Detail

TypeDeclarationContextAdapter

public TypeDeclarationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.