org.stjs.generator.writer.expression
Class ParenthesizedWriter<JS>
java.lang.Object
org.stjs.generator.writer.expression.ParenthesizedWriter<JS>
- All Implemented Interfaces:
- VisitorContributor<com.sun.source.tree.ParenthesizedTree,JS,GenerationContext<JS>,WriterVisitor<JS>>, WriterContributor<com.sun.source.tree.ParenthesizedTree,JS>
public class ParenthesizedWriter<JS>
- extends Object
- implements WriterContributor<com.sun.source.tree.ParenthesizedTree,JS>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParenthesizedWriter
public ParenthesizedWriter()
visit
public JS visit(WriterVisitor<JS> visitor,
com.sun.source.tree.ParenthesizedTree tree,
GenerationContext<JS> context)
- Specified by:
visit in interface VisitorContributor<com.sun.source.tree.ParenthesizedTree,JS,GenerationContext<JS>,WriterVisitor<JS>>
Copyright © 2014. All Rights Reserved.