public interface AbstractOPPLParser
| Modifier and Type | Method and Description |
|---|---|
OPPLScript |
parse(String input)
Parses a valid OPPL string into an OPPL Script
|
OPPLScript parse(String input)
input - The OPPL string. Cannot be null.null otherwise.NullPointerException - if the input is null.Copyright © 2015 The University of Manchester. All Rights Reserved.