Uses of Class
org.webmacro.engine.BlockBuilder

Packages that use BlockBuilder
org.webmacro.engine Classes that implement the core functionality of WebMacro. 
org.webmacro.parser The WebMacro parser (jj) and supporting classes. 
 

Uses of BlockBuilder in org.webmacro.engine
 

Methods in org.webmacro.engine that return BlockBuilder
 BlockBuilder TextParser.parseBlock(java.lang.String name, java.io.Reader in)
           
 BlockBuilder NullParser.parseBlock(java.lang.String name, java.io.Reader in)
           
 BlockBuilder Parser.parseBlock(java.lang.String name, java.io.Reader in)
          Parse the input in ParseTool as far as the grammar for this parser allows, but no farther.
 

Uses of BlockBuilder in org.webmacro.parser
 

Subclasses of BlockBuilder in org.webmacro.parser
 class ParserBlockBuilder
          ParserBlockBuilder extends BlockBuilder, and should only be used by the WMParser_impl parser.
 

Methods in org.webmacro.parser that return BlockBuilder
 BlockBuilder WMParser.parseBlock(java.lang.String name, java.io.Reader in)
          Parse a block that appears on the supplied input Reader.
 BlockBuilder WMParser_impl.LiteralBlock()
           
 BlockBuilder WMParser_impl.Block(Directive.Subdirective[] subdirectives)
           
 BlockBuilder WMParser_impl.WMDocument()
           
 

Methods in org.webmacro.parser with parameters of type BlockBuilder
 void WMParser_impl.EatWsNlIfNl(BlockBuilder b)
           
 void WMParser_impl.EatWsNlOrSpace(BlockBuilder b)
           
 



Copyright © 1999-2006 WebMacro. All Rights Reserved.