Uses of Class
org.extex.unit.omega.mode.OmegaMode

Packages that use OmegaMode
org.extex.unit.omega.mode This package contains primitives defined in Omega for modes. 
 

Uses of OmegaMode in org.extex.unit.omega.mode
 

Fields in org.extex.unit.omega.mode declared as OmegaMode
static OmegaMode OmegaMode.EBCDIC
          The constant EBCDIC contains the mode for a single byte stream.
static OmegaMode OmegaMode.ONEBYTE
          The constant ONEBYTE contains the mode for a single byte stream.
static OmegaMode OmegaMode.TWOBYTE
          The constant TWOBYTE contains the mode for a double byte stream.
static OmegaMode OmegaMode.TWOBYTE_LE
          The constant TWOBYTE_LE contains the mode for a double byte stream.
 

Methods in org.extex.unit.omega.mode that return OmegaMode
protected  OmegaMode AbstractModeCode.scanInputMode(Context context, TokenSource source)
          Scan the token source for a keyword describing an input mode.
protected  OmegaMode AbstractModeCode.scanOutputMode(Context context, TokenSource source)
          Scan the token source for a keyword describing an input mode.