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