public class SourcecodeInstructionProducer
extends java.lang.Object
| Constructor and Description |
|---|
SourcecodeInstructionProducer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
produce(java.lang.String src,
java.io.InputStream in,
InstructionConsumer cons) |
static RtflType |
resolveValue(java.lang.String src,
int ln,
java.lang.String value)
Resolves a String denoting an RtflType into an RtflType object
|
public static void produce(java.lang.String src,
java.io.InputStream in,
InstructionConsumer cons)
throws java.io.IOException,
ProducerException,
RuntimeException
java.io.IOExceptionProducerExceptionRuntimeExceptionpublic static RtflType resolveValue(java.lang.String src, int ln, java.lang.String value) throws ProducerException
src - the source name the String came from (doesn't have to be a filename)ln - the line that this String originally appeared onvalue - the String to parse into an RtflTypeProducerException - if an invalid value expression is provided