|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.hlasm.Instruction
com.ibm.lpex.hlasm.AssemblerInstruction
com.ibm.lpex.tpfhlasm.TPFMacroInstructions
com.ibm.lpex.tpfhlasm.TPFDFMacroInstruction
TPF DF macro instruction.
Field Summary |
---|
Fields inherited from class com.ibm.lpex.hlasm.AssemblerInstruction |
---|
ALL_GOOD, ALL_KEYWORDS_VALID, ALL_POSITIONALS_VALID, class_type, DEFAULT_STYLE, INVALID_PARAMETER, keyword_after_equal_are_cs, keyword_before_equal_are_cs, NO_MATCH, NOT_A_KEYWORD, positional_are_cs, REQUIRED_OP_MISSING, TOO_MANY_OPERANDS, used_requireds, valid_operands |
Fields inherited from class com.ibm.lpex.hlasm.Instruction |
---|
_multiLevel, _next |
Constructor Summary | |
---|---|
TPFDFMacroInstruction(String instrX)
|
Method Summary | |
---|---|
protected void | setTypeAttributes()
This method is used to set some default values in the constructor. |
protected int | validatePositional(String operand,
int start_position)
When validating position TPFDF macros, the rules are slightly different than when evaluating Assembler and TPF instructions. |
Methods inherited from class com.ibm.lpex.tpfhlasm.TPFMacroInstructions |
---|
getPUTString, processValidateOperands, setCaseLevels, setCurrentPUTLevel |
Methods inherited from class com.ibm.lpex.hlasm.AssemblerInstruction |
---|
charactersValid, charactersValidIgnoreCase, removeOperandFromString |
Methods inherited from class com.ibm.lpex.hlasm.Instruction |
---|
GetFormat, getLastSyntaxError, getOpFont, setLastSyntaxError, setOpFont |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TPFDFMacroInstruction(String instrX)
Method Detail |
protected void setTypeAttributes()
protected int validatePositional(String operand, int start_position)
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |