|
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.edit.ISeriesParserAssociationsHelper
public class ISeriesParserAssociationsHelper
Helper methods for testing various source types against LPEX parser associations.
Field Summary | |
---|---|
static String |
copyright
|
static String |
PARSER_CL
|
static String |
PARSER_ILE_COBOL
|
static String |
PARSER_ILE_RPG
|
static String |
PARSER_ILE_RPG_SQL
|
static String |
PARSER_OPM_COBOL
|
Constructor Summary | |
---|---|
ISeriesParserAssociationsHelper()
|
Method Summary | |
---|---|
static boolean |
isTypeAssociatedToParser(String type,
String parser)
|
static boolean |
isTypeCL(String type)
Helper method to test if the specified type is associated with the CL parser |
static boolean |
isTypeCOBOL(String type)
Helper method to test if the specified type is associated with the ILE or OPM COBOL LPEX parser |
static boolean |
isTypeILECOBOL(String type)
Helper method to test if the specified type is associated with the ILE COBOL LPEX parser |
static boolean |
isTypeILERPG(String type)
Helper method to test if the specified type is associated with the COBOL LPEX parser |
static boolean |
isTypeILERPGorCobol(String type)
Helper method to test if the specified type is associated with the ILE RPG, ILE RPG SQL ILE COBOL or OPM COBOL LPEX parser. |
static boolean |
isTypeILERPGorILECobol(String type)
Helper method to test if the specified type is associated with an ILE RPG, ILE RPG SQL or ILE COBOL LPEX parser. |
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
public static final String PARSER_ILE_RPG
public static final String PARSER_ILE_RPG_SQL
public static final String PARSER_ILE_COBOL
public static final String PARSER_OPM_COBOL
public static final String PARSER_CL
Constructor Detail |
---|
public ISeriesParserAssociationsHelper()
Method Detail |
---|
public static boolean isTypeAssociatedToParser(String type, String parser)
public static boolean isTypeILERPGorILECobol(String type)
public static boolean isTypeILERPGorCobol(String type)
public static boolean isTypeILECOBOL(String type)
public static boolean isTypeCOBOL(String type)
public static boolean isTypeILERPG(String type)
public static boolean isTypeCL(String type)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |