com.github.antlrjavaparser.adapter
Class PackageDeclarationContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.PackageDeclarationContextAdapter
All Implemented Interfaces:
Adapter<PackageDeclaration,Java7Parser.PackageDeclarationContext>

public class PackageDeclarationContextAdapter
extends Object
implements Adapter<PackageDeclaration,Java7Parser.PackageDeclarationContext>


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

Constructor Detail

PackageDeclarationContextAdapter

public PackageDeclarationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.