public static class JSXGenerator.ParseResult extends Object
| Constructor and Description |
|---|
ParseResult(byte[] filedata,
List<JSXParser.ImportSpec> imports,
List<String> globals) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFiledata() |
List<String> |
getGlobals() |
List<JSXParser.ImportSpec> |
getImports() |
public ParseResult(byte[] filedata,
List<JSXParser.ImportSpec> imports,
List<String> globals)
public byte[] getFiledata()
public List<JSXParser.ImportSpec> getImports()
Copyright © 2017. All rights reserved.