|
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.rse.util.clprompter.ClBuiltInFunction
public class ClBuiltInFunction
This class is used to parse CL built-in functions;
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ClBuiltInFunction(String text)
The constructor for this class. |
|
ClBuiltInFunction(String text,
String kwd,
int nestingLevel)
The constructor for this class. |
Method Summary | |
---|---|
int |
getType()
Indicates the type of built-in function |
String |
toString()
Returns the formatted version of this built-in expression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public ClBuiltInFunction(String text) throws ClSyntaxException, ClParseException
text
- The string to parse as a built-in function
ClSyntaxException
- This exception is issued when the built-in function has
problems with its syntax. The message contained in this
exception can be displayed.
ClParseException
- This exception is issued when string provided isn't really
a built-in function. The message contained in this
exception is not for display.public ClBuiltInFunction(String text, String kwd, int nestingLevel) throws ClSyntaxException, ClParseException
text
- The string to parse as a built-in functionkwd
- The keyword that this built-in function is being parsed for - used for error message text.nestingLevel
- The nesting level of this built-in function
ClSyntaxException
- This exception is issued when the built-in function has
problems with its syntax. The message contained in this
exception can be displayed.
ClParseException
- This exception is issued when string provided isn't really
a built-in function. The message contained in this
exception is not for display.Method Detail |
---|
public String toString()
toString
in class Object
public int getType()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |