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