public class ExpressionListAdapter extends JavaAdapter<JavaParser.ExpressionListContext,List<Expression>>
| Constructor and Description |
|---|
ExpressionListAdapter(Adapters adapters) |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
adapt(JavaParser.ExpressionListContext context) |
isTerminalNode, setAnnotations, setClassOrInterfaceModifiers, setModifiers, setVariableModifierscreateNode, createNode, createNode, forEachChild, forEachChild, getAdapter, getChild, getChildren, getTerminalNode, hasTerminalNode, setNodeAttributes, setNodeAttributes, transform, transformOnepublic ExpressionListAdapter(Adapters adapters)
public List<Expression> adapt(JavaParser.ExpressionListContext context)
adapt in class Adapter<JavaParser.ExpressionListContext,List<Expression>>Copyright © 2013. All rights reserved.