public class ConstParser extends Object
| Constructor and Description |
|---|
ConstParser(TypeRegistry registry,
String programContext,
int startLineNo,
int startLinePos) |
| Modifier and Type | Method and Description |
|---|---|
Object |
parse(InputStream inputStream,
PDescriptor type) |
public ConstParser(TypeRegistry registry, String programContext, int startLineNo, int startLinePos)
public Object parse(InputStream inputStream, PDescriptor type) throws ParseException
inputStream - Input stream to parse.type - The constant type descriptor.ParseException - If not able to parse the constant.Copyright © 2015–2017 morimekta.net. All rights reserved.