public class MethodToPropertyTemplate<JS> extends Object implements WriterContributor<com.sun.source.tree.MethodInvocationTree,JS>
| Constructor and Description |
|---|
MethodToPropertyTemplate() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getPropertyName(com.sun.source.tree.MethodInvocationTree tree) |
JS |
visit(WriterVisitor<JS> visitor,
com.sun.source.tree.MethodInvocationTree tree,
GenerationContext<JS> context) |
public JS visit(WriterVisitor<JS> visitor, com.sun.source.tree.MethodInvocationTree tree, GenerationContext<JS> context)
visit in interface VisitorContributor<com.sun.source.tree.MethodInvocationTree,JS,GenerationContext<JS>,WriterVisitor<JS>>public static String getPropertyName(com.sun.source.tree.MethodInvocationTree tree)
Copyright © 2015. All Rights Reserved.