com.github.antlrjavaparser.adapter
Class CatchFormalParameterContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.CatchFormalParameterContextAdapter
All Implemented Interfaces:
Adapter<Node,Java7Parser.CatchFormalParameterContext>

public class CatchFormalParameterContextAdapter
extends Object
implements Adapter<Node,Java7Parser.CatchFormalParameterContext>


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

Constructor Detail

CatchFormalParameterContextAdapter

public CatchFormalParameterContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.