Interface | Description |
---|---|
PartialParser |
Parsers that implement this interface have the ability to parse just part of a
buffer.
|
Class | Description |
---|---|
SourceAsset |
SourceAsset: extends sidekick.Asset, provides the nodes for a structure tree
|
SourceParser |
SourceParser: parses source and builds a sidekick structure tree
Parsers are based on regular expressions and will therefore
not able to correctly parse irregular source
|
SourceTree |