commentPreParserobject | input.t[866] |
Superclass Tree | Property Summary | Method Summary | Property Details | Method Details |
commentPreParser : StringPreParser
Inherited from
Inherited from
Inherited from
commentPreParser
StringPreParser
PreinitObject
ModuleExecObject
object
commentPrefix
leadPat
warningCount
StringPreParser
:
regList
regListSorted
runOrder
ModuleExecObject
:
execAfterMe
execBeforeMe
hasInitialized_
isDoingExec_
isExecuted_
StringPreParser
:
construct
execute
registerPreParser
runAll
commentPrefix | input.t[913] |
leadPat | input.t[925] |
If you don't want to allow leading whitespace before the comment prefix, you can simply change this to '' - a pattern consisting of an empty string always matches zero characters, so it will prevent us from skipping any leading charactres in the player's input.
warningCount | input.t[928] |
doParsing (str, which) OVERRIDDEN | input.t[867] |