com.github.antlrjavaparser.adapter
Class CatchClauseContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.CatchClauseContextAdapter
All Implemented Interfaces:
Adapter<CatchClause,Java7Parser.CatchClauseContext>

public class CatchClauseContextAdapter
extends Object
implements Adapter<CatchClause,Java7Parser.CatchClauseContext>


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

Constructor Detail

CatchClauseContextAdapter

public CatchClauseContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.