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