org.stjs.generator
Class GenerationContext.DummyTree
java.lang.Object
org.stjs.generator.GenerationContext.DummyTree
- All Implemented Interfaces:
- com.sun.source.tree.Tree
- Enclosing class:
- GenerationContext<JS>
public static class GenerationContext.DummyTree
- extends Object
- implements com.sun.source.tree.Tree
this is a dummy try just to have the wrapper thing working for cases where only the element is available
| Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
com.sun.source.tree.Tree.Kind |
|
Method Summary |
|
accept(com.sun.source.tree.TreeVisitor<R,D> arg0,
D arg1)
|
com.sun.source.tree.Tree.Kind |
getKind()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerationContext.DummyTree
public GenerationContext.DummyTree()
accept
public <R,D> R accept(com.sun.source.tree.TreeVisitor<R,D> arg0,
D arg1)
- Specified by:
accept in interface com.sun.source.tree.Tree
getKind
public com.sun.source.tree.Tree.Kind getKind()
- Specified by:
getKind in interface com.sun.source.tree.Tree
Copyright © 2014. All Rights Reserved.