public class DefaultJavaScriptNameProvider extends Object implements JavaScriptNameProvider
| Constructor and Description |
|---|
DefaultJavaScriptNameProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName(GenerationContext<?> context,
com.sun.source.tree.MethodInvocationTree tree,
com.sun.source.util.TreePath path) |
String |
getMethodName(GenerationContext<?> context,
com.sun.source.tree.MethodTree tree,
com.sun.source.util.TreePath path) |
Map<String,DependencyType> |
getResolvedTypes() |
String |
getTypeName(GenerationContext<?> context,
Element type,
DependencyType dependencyType) |
String |
getTypeName(GenerationContext<?> context,
TypeMirror type,
DependencyType dependencyType) |
String |
getVariableName(GenerationContext<?> context,
com.sun.source.tree.IdentifierTree treeNode,
com.sun.source.util.TreePath path) |
public String getTypeName(GenerationContext<?> context, TypeMirror type, DependencyType dependencyType)
getTypeName in interface JavaScriptNameProviderpublic String getVariableName(GenerationContext<?> context, com.sun.source.tree.IdentifierTree treeNode, com.sun.source.util.TreePath path)
getVariableName in interface JavaScriptNameProviderpublic String getMethodName(GenerationContext<?> context, com.sun.source.tree.MethodTree tree, com.sun.source.util.TreePath path)
getMethodName in interface JavaScriptNameProviderpublic String getMethodName(GenerationContext<?> context, com.sun.source.tree.MethodInvocationTree tree, com.sun.source.util.TreePath path)
getMethodName in interface JavaScriptNameProviderpublic String getTypeName(GenerationContext<?> context, Element type, DependencyType dependencyType)
getTypeName in interface JavaScriptNameProviderpublic Map<String,DependencyType> getResolvedTypes()
getResolvedTypes in interface JavaScriptNameProviderCopyright © 2015. All Rights Reserved.