Classes | Public Member Functions | Protected Attributes | Package Attributes

tinybasic.DTCodeType Class Reference

Inheritance diagram for tinybasic.DTCodeType:
tinybasic.DTFunction tinybasic.DTSubroutine

List of all members.

Classes

class  CodeContext
class  SaveEnv

Public Member Functions

 DTCodeType (AST entry, AST cb, Scope scope, Vector args, String name)
void newCall (Context context)
void attachArg (int argnum, DTDataType arg)
AST getAST ()

Protected Attributes

Stack callDepthStack
AST entry
AST cb
Context theContext
Scope scope
Vector args

Package Attributes

String name

Constructor & Destructor Documentation

tinybasic.DTCodeType.DTCodeType ( AST  entry,
AST  cb,
Scope  scope,
Vector  args,
String  name 
)

Member Function Documentation

void tinybasic.DTCodeType.attachArg ( int  argnum,
DTDataType  arg 
)
AST tinybasic.DTCodeType.getAST (  ) 

Member Data Documentation

String tinybasic.DTCodeType.name [package]

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