Package de.upb.swt.mcie.parser.token

This package implements the tokens for the scanner and parser of package de.upb.swt.mcie.parser.

See:
          Description

Class Summary
BinOp Class implementing a token for a binary operation.
Brack Implements the token for brackets.
Const Implements a token for a constant.
End Implements the token for the end of a character sequence.
Id Implements the token for an identifier.
Inval Implements an invalid token.
Prime Implements the token for the prime symbol attached to an identifier.
Sep Implements a token for a separator.
Token Implementation the common structure of all tokens.
UnOp Implements the token for an unary operation.
 

Package de.upb.swt.mcie.parser.token Description

This package implements the tokens for the scanner and parser of package de.upb.swt.mcie.parser.

See Also:
de.upb.swt.mcie.formulas, de.upb.swt.mcie.parser