| oscript.Parser
All known Subclasses: oscript.DefaultParser,
Parser | public interface Parser (Code) | | An abstraction for the parser, with is the entity that converts an input
source to a
oscript.syntaxtree.Node .
author: Rob Clark (rob@ti.com) author: version: 1.3 |
getExtension | public String getExtension()(Code) | | Get the file extension for file type to handle, eg. os . This
is used to determine which parser to use for which file to parse.
the file extension |
|
|