public class ParserState extends Object
SwiftParser state.| Modifier and Type | Class and Description |
|---|---|
static class |
ParserState.Error |
| Constructor and Description |
|---|
ParserState() |
| Modifier and Type | Method and Description |
|---|---|
void |
foundRootElement() |
StringBuilder |
getElementName() |
String |
getErrorMessage() |
ParserState.Error |
getErrorType() |
boolean |
isError() |
String |
toString() |
public StringBuilder getElementName()
public ParserState.Error getErrorType()
public String getErrorMessage()
public boolean isError()
public void foundRootElement()
Copyright © 2019. All rights reserved.