PHP Interface Trismegiste\Mondrian\Builder\Statement\BuilderInterface

Mostra file Open project: trismegiste/mondrian

Public Methods

Method Description
buildFileLevel ( ) Builds the parser at the file level
buildLexer ( ) Builds the lexer
buildPackageLevel ( ) Builds the parser at the package level
getParsed ( Iterator $iter ) Gets result of the builder of statements

Method Details

buildFileLevel() public method

Builds the parser at the file level
public buildFileLevel ( )

buildLexer() public method

Builds the lexer
public buildLexer ( )

buildPackageLevel() public method

Builds the parser at the package level
public buildPackageLevel ( )

getParsed() public method

Gets result of the builder of statements
public getParsed ( Iterator $iter )
$iter Iterator