com.github.antlrjavaparser.adapter
Class ClassDeclarationContextAdapter

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

public class ClassDeclarationContextAdapter
extends Object
implements Adapter<TypeDeclaration,Java7Parser.ClassDeclarationContext>


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

Constructor Detail

ClassDeclarationContextAdapter

public ClassDeclarationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.