com.github.antlrjavaparser.adapter
Class ArrayCreatorContextAdapter

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

public class ArrayCreatorContextAdapter
extends Object
implements Adapter<Expression,Java7Parser.ArrayCreatorContext>


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

Constructor Detail

ArrayCreatorContextAdapter

public ArrayCreatorContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.