Package org.jostraca

Examples of org.jostraca.BasicTemplateAntlrParser.template()



  public BlockList parse( String rText ) throws Exception {
    BasicTemplateAntlrLexer  btal = new BasicTemplateAntlrLexer( new StringReader( rText ) );
    BasicTemplateAntlrParser btap = new BasicTemplateAntlrParser( btal );
    btap.template();
    return btap.getBlockList();
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.