| Modifier and Type | Method and Description |
|---|---|
<T extends com.sun.source.tree.Tree> |
GenerationContext.getCurrentWrapper() |
<T extends com.sun.source.tree.Tree> |
GenerationContext.wrap(Element enclosingElement) |
<T extends com.sun.source.tree.Tree> |
GenerationContext.wrap(com.sun.source.util.TreePath path) |
| Modifier and Type | Method and Description |
|---|---|
<C extends com.sun.source.tree.Tree> |
TreeWrapper.child(C child) |
TreeWrapper<com.sun.source.tree.ClassTree,JS> |
TreeWrapper.getCurrentType() |
TreeWrapper<com.sun.source.tree.ClassTree,JS> |
TreeWrapper.getEnclosingType() |
<P extends com.sun.source.tree.Tree> |
TreeWrapper.parent() |
| Modifier and Type | Method and Description |
|---|---|
static <JS,T extends com.sun.source.tree.Tree> |
MemberWriters.buildTarget(TreeWrapper<T,JS> tw) |
static <JS,T extends com.sun.source.tree.Tree> |
MemberWriters.shouldSkip(TreeWrapper<T,JS> tw) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MethodWriter.accept(TreeWrapper<com.sun.source.tree.MethodTree,JS> tw) |
protected <T extends com.sun.source.tree.Tree> |
AbstractMemberWriter.getMemberTarget(TreeWrapper<T,JS> tw) |
| Modifier and Type | Method and Description |
|---|---|
static <JS,T extends com.sun.source.tree.MethodInvocationTree> |
MethodInvocationWriter.buildTarget(WriterVisitor<JS> visitor,
TreeWrapper<T,JS> tw) |
| Modifier and Type | Method and Description |
|---|---|
static <JS> JS |
GetterIdentifierTemplate.getField(TreeWrapper<? extends com.sun.source.tree.Tree,JS> expr,
GenerationContext<JS> context) |
static <JS> JS |
SetterAssignmentTemplate.getField(TreeWrapper<? extends com.sun.source.tree.Tree,JS> expr,
GenerationContext<JS> context) |
static <JS> JS |
GetterIdentifierTemplate.getTarget(WriterVisitor<JS> visitor,
TreeWrapper<? extends com.sun.source.tree.Tree,JS> expr,
GenerationContext<JS> context) |
static <JS> JS |
SetterAssignmentTemplate.getTarget(WriterVisitor<JS> visitor,
TreeWrapper<? extends com.sun.source.tree.Tree,JS> expr,
GenerationContext<JS> context) |
Copyright © 2015. All Rights Reserved.