org.stjs.generator.writer.statement
Class AssertWriter<JS>

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

public class AssertWriter<JS>
extends Object
implements WriterContributor<com.sun.source.tree.AssertTree,JS>

asserts - not supported

Author:
acraciun

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

Constructor Detail

AssertWriter

public AssertWriter()
Method Detail

visit

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


Copyright © 2014. All Rights Reserved.