public interface ILightLazyParseableElementType
Modifier and Type | Method and Description |
---|---|
FlyweightCapableTreeStructure<LighterASTNode> |
parseContents(LighterLazyParseableNode chameleon)
Parses the contents of the specified chameleon node and returns the lightweight tree
representing parsed contents.
|
FlyweightCapableTreeStructure<LighterASTNode> parseContents(LighterLazyParseableNode chameleon)
chameleon
- the node to parse.