Package com.ph.pr.parser.vbs2java

This package includes the VBS2Java converter and code needed during runtime by Java programs that were converted from VBScript.

See:
          Description

Interface Summary
VB2JavaConstants  
 

Class Summary
CONST Should be constant, but really doesnt do much more than just be a DIM
DIM Acts as both a single variable and also has a hash map.
Term  
VBS2Java Convert VBScript to Java
VBS2JavaBase Provides helper methods.
VBSVisitor Translates a VBScript script into a Java class.
 

Package com.ph.pr.parser.vbs2java Description

This package includes the VBS2Java converter and code needed during runtime by Java programs that were converted from VBScript.

Also residing within this package are GOLD grammar in source (for reference) and compiled (actually used in code), respectively, as asl.grm and asl.cgt files. (ASL is a superset of VBScript used in-house). See asl.grm for comments about the grammar, history and known issues.

This project depends on hawkins-java-jar-1.3.jar with slightly modified goldengine.java.LookAheadStream class.