com.github.antlrjavaparser.adapter
Class CatchesContextAdapter

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

public class CatchesContextAdapter
extends Object
implements Adapter<List<CatchClause>,Java7Parser.CatchesContext>


Constructor Summary
CatchesContextAdapter()
           
 
Method Summary
 List<CatchClause> adapt(Java7Parser.CatchesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatchesContextAdapter

public CatchesContextAdapter()
Method Detail

adapt

public List<CatchClause> adapt(Java7Parser.CatchesContext context)
Specified by:
adapt in interface Adapter<List<CatchClause>,Java7Parser.CatchesContext>


Copyright © 2013. All Rights Reserved.