com.ibm.able.rules
Class AbleSwitchStatement.CaseListElement_
java.lang.Object
com.ibm.able.rules.AbleSwitchStatement.CaseListElement_
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AbleSwitchStatement
- public final class AbleSwitchStatement.CaseListElement_
- extends java.lang.Object
- implements java.io.Serializable
This class is used to store information about each 'case' as it
is defined. The class contains information about a case's label
and the calculated code offset; that is, the place to jump to in
the code table in order to begin executing the case's associated
code.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbleSwitchStatement.CaseListElement_
public AbleSwitchStatement.CaseListElement_(java.lang.Integer theCaseLabelKey,
AbleRd theCaseLabel,
int theCodeOffset)
AbleSwitchStatement.CaseListElement_
public AbleSwitchStatement.CaseListElement_(AbleSwitchStatement.CaseListElement_ theCaseListElement)
getCaseLabelKey
public java.lang.Integer getCaseLabelKey()
getCaseLabel
public AbleRd getCaseLabel()
getCodeOffset
public int getCodeOffset()
prettyPrint
public java.lang.String prettyPrint()
(C) Copyright IBM Corporation 1999, 2005