org.stjs.generator.check
Class Checks

java.lang.Object
  extended by org.stjs.generator.check.Checks

public class Checks
extends Object

keeps the list of errors found during the check of a Java AST.

Author:
acraciun

Constructor Summary
Checks()
           
 
Method Summary
 void addError(JavascriptFileGenerationException javascriptFileGenerationException)
           
 void check()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Checks

public Checks()
Method Detail

addError

public void addError(JavascriptFileGenerationException javascriptFileGenerationException)

check

public void check()


Copyright © 2014. All Rights Reserved.