Package kmy.jint.typer

This package contains Jint semantic analyzer (TyperContext) and supporting classes.

See:
          Description

Class Summary
AbstractTyperHelper  
AbstractVariable  
CallAttachment  
NewAttachment  
TyperContext This context does most of the semantic analysis of the parsing tree (including figuring out types of all expressions).
TyperContext.LevelStackItem A class representing enclosing scope (class or method body).
 

Package kmy.jint.typer Description

This package contains Jint semantic analyzer (TyperContext) and supporting classes.