com.github.antlrjavaparser.adapter
Class ArgumentsContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.ArgumentsContextAdapter
All Implemented Interfaces:
Adapter<List<Expression>,Java7Parser.ArgumentsContext>

public class ArgumentsContextAdapter
extends Object
implements Adapter<List<Expression>,Java7Parser.ArgumentsContext>


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

Constructor Detail

ArgumentsContextAdapter

public ArgumentsContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.