public class JSXParser extends Object implements ParseUtils
| Modifier and Type | Class and Description |
|---|---|
static class |
JSXParser.AttributeEntry |
static class |
JSXParser.ContentEntry |
static class |
JSXParser.ImportSpec |
static class |
JSXParser.JSEntry |
static class |
JSXParser.TagEntry |
static class |
JSXParser.TokenEntry |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Character> |
entityMap |
static boolean |
SHIM_OBJ_SPREAD |
| Constructor and Description |
|---|
JSXParser() |
| Modifier and Type | Method and Description |
|---|---|
List<JSXParser.ImportSpec> |
getImports() |
List<String> |
getTopLevelObjects() |
void |
parseJS(JSXParser.TokenEntry cur,
Inp in) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadJSString, readSlashComment, readStarCommentpublic void parseJS(JSXParser.TokenEntry cur, Inp in)
public List<JSXParser.ImportSpec> getImports()
Copyright © 2017. All rights reserved.