org.stjs.generator.name
Interface JavaScriptNameProvider

All Known Implementing Classes:
DefaultJavaScriptNameProvider

public interface JavaScriptNameProvider


Method Summary
 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)
           
 Collection<String> getResolvedTypes()
           
 String getTypeName(GenerationContext<?> context, Element type)
           
 String getTypeName(GenerationContext<?> context, TypeMirror type)
           
 String getVariableName(GenerationContext<?> context, com.sun.source.tree.IdentifierTree treeNode, com.sun.source.util.TreePath path)
           
 

Method Detail

getTypeName

String getTypeName(GenerationContext<?> context,
                   TypeMirror type)

getTypeName

String getTypeName(GenerationContext<?> context,
                   Element type)

getVariableName

String getVariableName(GenerationContext<?> context,
                       com.sun.source.tree.IdentifierTree treeNode,
                       com.sun.source.util.TreePath path)

getMethodName

String getMethodName(GenerationContext<?> context,
                     com.sun.source.tree.MethodTree tree,
                     com.sun.source.util.TreePath path)

getMethodName

String getMethodName(GenerationContext<?> context,
                     com.sun.source.tree.MethodInvocationTree tree,
                     com.sun.source.util.TreePath path)

getResolvedTypes

Collection<String> getResolvedTypes()


Copyright © 2014. All Rights Reserved.