public interface Parser
Parser interface.
| Modifier and Type | Method and Description |
|---|---|
CompiledString |
compileString(String in)
compileString.
|
CompiledString compileString(String in) throws ParseException
compileString.
in - a String object.CompiledString object.ParseException - if any.Copyright © 2016. All Rights Reserved.