org.stjs.generator.writer.expression
Class NewArrayWriter<JS>

java.lang.Object
  extended by org.stjs.generator.writer.expression.NewArrayWriter<JS>
All Implemented Interfaces:
VisitorContributor<com.sun.source.tree.NewArrayTree,JS,GenerationContext<JS>,WriterVisitor<JS>>, WriterContributor<com.sun.source.tree.NewArrayTree,JS>

public class NewArrayWriter<JS>
extends Object
implements WriterContributor<com.sun.source.tree.NewArrayTree,JS>

useless as arrays are supposed to be checked before

Author:
acraciun

Constructor Summary
NewArrayWriter()
           
 
Method Summary
 JS visit(WriterVisitor<JS> visitor, com.sun.source.tree.NewArrayTree tree, GenerationContext<JS> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewArrayWriter

public NewArrayWriter()
Method Detail

visit

public JS visit(WriterVisitor<JS> visitor,
                com.sun.source.tree.NewArrayTree tree,
                GenerationContext<JS> context)
Specified by:
visit in interface VisitorContributor<com.sun.source.tree.NewArrayTree,JS,GenerationContext<JS>,WriterVisitor<JS>>


Copyright © 2014. All Rights Reserved.