Release 5. Copyright ©1994-1998 by TipTop Software, Inc. All Rights Reserved.
| TTObjWebScriptInterp |
| Inherits From: | TTInterp | |
| Conforms To: | TTInterpProtocol | |
| Declared In: | <ObjWebScript/TTObjWebScriptInterp.h> |
Class Description
| The Objective-WebScript 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. Creates a default interpreter if it does not exist. |
Instance Methods
| evalFile: |
| Executes WebScript code in file filename.
See also: -evalString:, <TTInterpProtocol>
evalString: |
| Evaluates WebScript code. |
###