diagapplet.CodeGen
Interface STI_TokenizerInterface

All Superinterfaces:
java.util.Enumeration

public interface STI_TokenizerInterface
extends java.util.Enumeration

An interface that partially replaces the StringTokenizer while adding an ability to skipInfo in a structure or array using data parsed by ModuleInfo etc.


Method Summary
 boolean hasMoreElements()
           
 boolean hasMoreTokens()
           
 java.lang.Object nextElement()
           
 java.lang.String nextToken()
           
 boolean skipInfoTokenInSameArray()
           
 boolean skipInfoTokenInSameStruct()
           
 void throwAwayToken()
           
 

Method Detail

nextToken

java.lang.String nextToken()

throwAwayToken

void throwAwayToken()

hasMoreTokens

boolean hasMoreTokens()

nextElement

java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

hasMoreElements

boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

skipInfoTokenInSameStruct

boolean skipInfoTokenInSameStruct()

skipInfoTokenInSameArray

boolean skipInfoTokenInSameArray()