com.github.antlrjavaparser.adapter
Class ExplicitConstructorInvocationContextAdapter

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

public class ExplicitConstructorInvocationContextAdapter
extends Object
implements Adapter<Statement,Java7Parser.ExplicitConstructorInvocationContext>


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

Constructor Detail

ExplicitConstructorInvocationContextAdapter

public ExplicitConstructorInvocationContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.