com.github.antlrjavaparser.adapter
Class SwitchLabelContextAdapter

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

public class SwitchLabelContextAdapter
extends Object
implements Adapter<Node,Java7Parser.SwitchLabelContext>


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

Constructor Detail

SwitchLabelContextAdapter

public SwitchLabelContextAdapter()
Method Detail

adapt

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


Copyright © 2013. All Rights Reserved.