com.github.antlrjavaparser.adapter
Class PrimaryContextAdapter

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

public class PrimaryContextAdapter
extends Object
implements Adapter<Expression,Java7Parser.PrimaryContext>


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

Constructor Detail

PrimaryContextAdapter

public PrimaryContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.