com.tapina.robe.swi
Class DDEUtils

java.lang.Object
  extended bycom.tapina.robe.runtime.Block
      extended bycom.tapina.robe.runtime.DataBlock
          extended bycom.tapina.robe.module.Module
              extended bycom.tapina.robe.swi.SWIHandler
                  extended bycom.tapina.robe.swi.DDEUtils

public final class DDEUtils
extends SWIHandler


Field Summary
 
Fields inherited from class com.tapina.robe.swi.SWIHandler
log, METHOD_PARAMETERS
 
Method Summary
static int getBase()
           
 void GetCl(Environment env)
           
 void GetCLSize(Environment env)
           
static DDEUtils getInstance()
           
static java.lang.reflect.Method getMethod(java.lang.Integer offset)
           
 void Prefix(Environment env)
          This SWI is used to set the current directory for this context, relative to the global curent directory.
 void prefix(java.lang.String dirName)
           
 
Methods inherited from class com.tapina.robe.module.Module
getBytes, getHelp, getName, getSize, setSize
 
Methods inherited from class com.tapina.robe.runtime.Block
getAddress, setAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DDEUtils getInstance()

getBase

public static int getBase()

getMethod

public static java.lang.reflect.Method getMethod(java.lang.Integer offset)
                                          throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

Prefix

public final void Prefix(Environment env)
This SWI is used to set the current directory for this context, relative to the global curent directory. R0 = pointer to directory name, or 0 to clear


prefix

public void prefix(java.lang.String dirName)

GetCLSize

public final void GetCLSize(Environment env)

GetCl

public final void GetCl(Environment env)


Copyright © 2003-2005 . All Rights Reserved.