Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

com.ibm.lpex.hlasm
Class AsmUtil

java.lang.Object
  extended bycom.ibm.lpex.hlasm.AsmUtil


public class AsmUtil
extends Object

Global data and static methods used by the HLASM document parser.


Method Summary
static String word(String s, int n)
          Return the ONE-based nth white-space-delimited word in the string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

 

 

word

public static String word(String s,
                          int n)

Return the ONE-based nth white-space-delimited word in the string.


 

Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD