public class MethodInvocationWriter<JS> extends Object implements WriterContributor<com.sun.source.tree.MethodInvocationTree,JS>
| Constructor and Description |
|---|
MethodInvocationWriter() |
| Modifier and Type | Method and Description |
|---|---|
static <JS> List<JS> |
buildArguments(WriterVisitor<JS> visitor,
com.sun.source.tree.MethodInvocationTree tree,
GenerationContext<JS> context) |
static String |
buildMethodName(com.sun.source.tree.MethodInvocationTree tree) |
static <JS,T extends com.sun.source.tree.MethodInvocationTree> |
buildTarget(WriterVisitor<JS> visitor,
TreeWrapper<T,JS> tw) |
static <JS> String |
buildTemplateName(com.sun.source.tree.MethodInvocationTree tree,
GenerationContext<JS> context) |
JS |
visit(WriterVisitor<JS> visitor,
com.sun.source.tree.MethodInvocationTree tree,
GenerationContext<JS> context) |
public static <JS,T extends com.sun.source.tree.MethodInvocationTree> JS buildTarget(WriterVisitor<JS> visitor, TreeWrapper<T,JS> tw)
public static String buildMethodName(com.sun.source.tree.MethodInvocationTree tree)
public static <JS> List<JS> buildArguments(WriterVisitor<JS> visitor, com.sun.source.tree.MethodInvocationTree tree, GenerationContext<JS> context)
public static <JS> String buildTemplateName(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>>Copyright © 2015. All Rights Reserved.