enum
Crycco::Document::State
Overview
Documents are parsed using a state machine, these are the states:
Defined in:
crycco.crEnum Members
-
CommentBlock =
0 -
EnclosingCommentBlock =
1 -
CodeBlock =
2
Instance Method Summary
-
#code_block?
Returns
trueif this enum value equalsCodeBlock -
#comment_block?
Returns
trueif this enum value equalsCommentBlock -
#enclosing_comment_block?
Returns
trueif this enum value equalsEnclosingCommentBlock