Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

BlockExpression Class Reference

This state is pushed to the Indentor state stack when encountering a block expression, that is within '{' and '}'. More...

Inheritance diagram for BlockExpression:

Inheritance graph
[legend]
Collaboration diagram for BlockExpression:

Collaboration graph
[legend]
List of all members.

Properties

internal override string LexerState

Private Member Functions

internal BlockExpression (IndentorLexer lexer)

Detailed Description

This state is pushed to the Indentor state stack when encountering a block expression, that is within '{' and '}'.


Constructor & Destructor Documentation

internal BlockExpression::BlockExpression IndentorLexer  lexer  )  [inline, private]
 


Property Documentation

internal override string BlockExpression::LexerState [get, private]
 

The state the lexer should be in while this state is on top of the state-stack.

Reimplemented from State.


The documentation for this class was generated from the following file: SourceForge.net Logo