com.github.antlrjavaparser.adapter
Class TryWithResourcesContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.TryWithResourcesContextAdapter
All Implemented Interfaces:
Adapter<Statement,Java7Parser.TryWithResourcesContext>

public class TryWithResourcesContextAdapter
extends Object
implements Adapter<Statement,Java7Parser.TryWithResourcesContext>


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

Constructor Detail

TryWithResourcesContextAdapter

public TryWithResourcesContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.