public class AnnotationConstantRestAdapter extends JavaAdapter<JavaParser.AnnotationConstantRestContext,ConstDeclaration>
| Constructor and Description |
|---|
AnnotationConstantRestAdapter(Adapters adapters) |
| Modifier and Type | Method and Description |
|---|---|
ConstDeclaration |
adapt(JavaParser.AnnotationConstantRestContext context) |
ConstDeclaration |
adapt(JavaParser.AnnotationConstantRestContext context,
Type baseType,
org.antlr.v4.runtime.tree.ParseTree baseTypeContext) |
isTerminalNode, setAnnotations, setClassOrInterfaceModifiers, setModifiers, setVariableModifierscreateNode, createNode, createNode, forEachChild, forEachChild, getAdapter, getChild, getChildren, getTerminalNode, hasTerminalNode, setNodeAttributes, setNodeAttributes, transform, transformOnepublic AnnotationConstantRestAdapter(Adapters adapters)
public ConstDeclaration adapt(JavaParser.AnnotationConstantRestContext context)
adapt in class Adapter<JavaParser.AnnotationConstantRestContext,ConstDeclaration>public ConstDeclaration adapt(JavaParser.AnnotationConstantRestContext context, Type baseType, org.antlr.v4.runtime.tree.ParseTree baseTypeContext)
Copyright © 2013. All rights reserved.