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