BlockMem

ostrat.pParse.BlockMem
trait BlockMem extends TextSpan

This trait includes all the tokens except braces plus the Bracket syntactic blocks. The Block in the name block member is either the top level statements in the file or the statements with in a bracket block. Conceptually the source file is considered a special case of bracket block where the beginning of substitutes for the opening bracket and the end of file substitutes for the closing bracket. BlockMember has only two sub traits StatementMember and SemiToken. So a sequence of TokenOrBlocks is simply a series of tokens which has been parsed into Blocks.

Attributes

Graph
Supertypes
trait TextSpan
class Object
trait Matchable
class Any
Known subtypes
class AsignToken
class CommaToken
class CharToken
class StringToken
trait FloatPtToken
trait IntStdToken
class Nat0yToken
trait NatStdToken
class Nat0xToken
class SlashToken
class PathToken
class Dot2Token
class Dot3Token
class DotToken
class ColonToken
trait Expr
class ColonExpr
trait ColonMemExpr
class ClausesExpr
class InfixOpExpr
class PreOpExpr
class SpacedExpr
trait ExprSeq
trait CompoundExpr
class AsignExpr
trait StatementMem
trait AssignMem
trait ColonOpMem
trait ClauseMem
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
TextSpan

Attributes

Inherited from:
TextSpan