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