|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.parsers.ISeriesEditorRPGILETokenFinder
public class ISeriesEditorRPGILETokenFinder
Class that locates the token where the cursor is.
Field Summary | |
---|---|
static String |
Copyright
|
protected static char[] |
delims
|
protected Hashtable |
table
|
Constructor Summary | |
---|---|
ISeriesEditorRPGILETokenFinder()
Constructor. |
Method Summary | |
---|---|
int[] |
getTokenLocation(String strLine,
int iLocation)
Given line text, and the location in the line, returns the start and end location of a token. |
int[] |
identifierInSubString(char[] buffer,
int index,
int start,
int end)
Finds a token within a substring. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
protected static final char[] delims
protected Hashtable table
Constructor Detail |
---|
public ISeriesEditorRPGILETokenFinder()
Method Detail |
---|
public int[] getTokenLocation(String strLine, int iLocation)
public int[] identifierInSubString(char[] buffer, int index, int start, int end)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |