com.github.antlrjavaparser.adapter
Class ModifiersContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.ModifiersContextAdapter
All Implemented Interfaces:
Adapter<Node,Java7Parser.ModifiersContext>

public class ModifiersContextAdapter
extends Object
implements Adapter<Node,Java7Parser.ModifiersContext>


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

Constructor Detail

ModifiersContextAdapter

public ModifiersContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.