Uses of Package
org.stjs.generator

Packages that use org.stjs.generator
org.stjs.generator   
org.stjs.generator.check   
org.stjs.generator.check.declaration   
org.stjs.generator.check.expression   
org.stjs.generator.check.statement   
org.stjs.generator.javac   
org.stjs.generator.name   
org.stjs.generator.plugin   
org.stjs.generator.utils   
org.stjs.generator.writer   
org.stjs.generator.writer.declaration   
org.stjs.generator.writer.expression   
org.stjs.generator.writer.statement   
org.stjs.generator.writer.templates   
 

Classes in org.stjs.generator used by org.stjs.generator
ClassWithJavascript
          this interface represents the link between a java class and corresponding Javascript file (or files).
DependencyResolver
          this interface is used to lazily resolve a class with its corresponding javascript, when the list of dependencies is browsed.
GenerationContext.AnnotationCacheKey
           
GenerationDirectory
          This class is used to provide the different parts of the target directory: the absolute directory (during generation), the part relative to the project's directory used when the classpath for tests is built and the part that is saved within the .stjs files, that should be used later one (for example when this project is used as a dependency - jar/war).
GeneratorConfiguration
           
GeneratorConfigurationBuilder
          Use this class to build a configuration needed by the Generator
JavascriptFileGenerationException
          This is the exception thrown by the Generator.
SourcePosition
          This class indicated a position in a source file (line, column) where the given identifier starts.
STJSRuntimeException
          this class is used to wrap checked exceptions that occur within the STJS code
 

Classes in org.stjs.generator used by org.stjs.generator.check
JavascriptFileGenerationException
          This is the exception thrown by the Generator.
 

Classes in org.stjs.generator used by org.stjs.generator.check.declaration
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 

Classes in org.stjs.generator used by org.stjs.generator.check.expression
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 

Classes in org.stjs.generator used by org.stjs.generator.check.statement
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 

Classes in org.stjs.generator used by org.stjs.generator.javac
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 

Classes in org.stjs.generator used by org.stjs.generator.name
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 

Classes in org.stjs.generator used by org.stjs.generator.plugin
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 

Classes in org.stjs.generator used by org.stjs.generator.utils
ClassWithJavascript
          this interface represents the link between a java class and corresponding Javascript file (or files).
 

Classes in org.stjs.generator used by org.stjs.generator.writer
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 

Classes in org.stjs.generator used by org.stjs.generator.writer.declaration
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 

Classes in org.stjs.generator used by org.stjs.generator.writer.expression
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 

Classes in org.stjs.generator used by org.stjs.generator.writer.statement
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 

Classes in org.stjs.generator used by org.stjs.generator.writer.templates
GenerationContext
          This class can resolve an identifier or a method in the given source context.
 



Copyright © 2014. All Rights Reserved.