Release 5.  Copyright ©1994-1998 by TipTop Software, Inc.  All Rights Reserved.





TTObjTclInterp




Inherits From: TTInterp
Conforms To: TTInterpProtocol
Declared In: <ObjTcl/TTObjTclInterp.h>




Class Description

The Objective-Tcl interpreter class.  The main functionality of this class is specified by the TTInterpProtocol protocol.




Method Types

+ getDefaultInterp




Class Methods

getDefaultInterp
+ getDefaultInterp

Returns the default interpreter.  The default interpreter is used to evaluate methods if the method being evaluated or the receiving object has no associated interpreter and if there is no current interpreter (see the Multi-Interpreter Support section).  Creates a default interpreter if it does not exist.




Instance Methods

evalFile:
  (void)evalFile:(NSString*)filename

Executes Tcl code in file filename.

See also:  -evalString:,  <TTInterpProtocol>




evalString:

  (TTTclObject*)evalString:(NSString*)code

Evaluates Tcl code.




###