com.github.antlrjavaparser.adapter
Class SwitchBlockStatementGroupsContextAdapter
java.lang.Object
com.github.antlrjavaparser.adapter.SwitchBlockStatementGroupsContextAdapter
- All Implemented Interfaces:
- Adapter<List<SwitchEntryStmt>,Java7Parser.SwitchBlockStatementGroupsContext>
public class SwitchBlockStatementGroupsContextAdapter
- extends Object
- implements Adapter<List<SwitchEntryStmt>,Java7Parser.SwitchBlockStatementGroupsContext>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwitchBlockStatementGroupsContextAdapter
public SwitchBlockStatementGroupsContextAdapter()
adapt
public List<SwitchEntryStmt> adapt(Java7Parser.SwitchBlockStatementGroupsContext context)
- Specified by:
adapt
in interface Adapter<List<SwitchEntryStmt>,Java7Parser.SwitchBlockStatementGroupsContext>
Copyright © 2013. All Rights Reserved.