Public Member Functions | Static Public Member Functions | Package Functions | Package Attributes | Static Package Attributes

tinybasic.Main Class Reference

List of all members.

Public Member Functions

void doFile (File f) throws Exception
void parseFile (String f, InputStream s) throws Exception
void doTreeAction (String f, AST t, String[] tokenNames)

Static Public Member Functions

static void main (String[] args)

Package Functions

 Main (String f)

Package Attributes

Context theContext = new Context()

Static Package Attributes

static boolean showTree = false

Constructor & Destructor Documentation

tinybasic.Main.Main ( String  f  )  [package]

References tinybasic.Main.doFile().

Referenced by tinybasic.Main.main().


Member Function Documentation

void tinybasic.Main.doFile ( File  f  )  throws Exception
void tinybasic.Main.doTreeAction ( String  f,
AST  t,
String[]  tokenNames 
)
static void tinybasic.Main.main ( String[]  args  )  [static]
void tinybasic.Main.parseFile ( String  f,
InputStream  s 
) throws Exception

Member Data Documentation

boolean tinybasic.Main.showTree = false [static, package]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties