com.github.antlrjavaparser.adapter
Class ResourcesContextAdapter

java.lang.Object
  extended by com.github.antlrjavaparser.adapter.ResourcesContextAdapter
All Implemented Interfaces:
Adapter<List<Resource>,Java7Parser.ResourcesContext>

public class ResourcesContextAdapter
extends Object
implements Adapter<List<Resource>,Java7Parser.ResourcesContext>


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

Constructor Detail

ResourcesContextAdapter

public ResourcesContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.