com.tapina.robe.swi.os
Class GSTranslator

java.lang.Object
  extended bycom.tapina.robe.swi.os.GSTranslator

public final class GSTranslator
extends java.lang.Object

This class is used to hold state whilst a string is being translated using the GS* SWI calls.


Constructor Summary
GSTranslator(java.lang.String in, boolean spaceTerminates, OS osModule)
           
 
Method Summary
 int getIndex()
           
 char nextCharacter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSTranslator

public GSTranslator(java.lang.String in,
                    boolean spaceTerminates,
                    OS osModule)
Method Detail

getIndex

public final int getIndex()

nextCharacter

public final char nextCharacter()


Copyright © 2003-2005 . All Rights Reserved.