Uses of Class
prettify.parser.Prettify.CreateSimpleLexer

Packages that use Prettify.CreateSimpleLexer
prettify.parser The Prettify parser. 
 

Uses of Prettify.CreateSimpleLexer in prettify.parser
 

Methods in prettify.parser that return Prettify.CreateSimpleLexer
 Prettify.CreateSimpleLexer Prettify.langHandlerForExtension(java.lang.String extension, java.lang.String source)
          Get the parser for the extension specified.
protected  Prettify.CreateSimpleLexer Prettify.sourceDecorator(java.util.Map<java.lang.String,java.lang.Object> options)
          returns a function that produces a list of decorations from source text.
 

Methods in prettify.parser with parameters of type Prettify.CreateSimpleLexer
protected static void Prettify.appendDecorations(int basePos, java.lang.String sourceCode, Prettify.CreateSimpleLexer langHandler, java.util.List<java.lang.Object> out)
          Apply the given language handler to sourceCode and add the resulting decorations to out.
protected  void Prettify.registerLangHandler(Prettify.CreateSimpleLexer handler, java.util.List<java.lang.String> fileExtensions)
          Register a language handler for the given file extensions.