com.github.antlrjavaparser.adapter
Class NormalClassDeclarationContextAdapter

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

public class NormalClassDeclarationContextAdapter
extends Object
implements Adapter<TypeDeclaration,Java7Parser.NormalClassDeclarationContext>


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

Constructor Detail

NormalClassDeclarationContextAdapter

public NormalClassDeclarationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.