| Package | Description |
|---|---|
| gw.lang.parser | |
| gw.lang.parser.exceptions | |
| gw.lang.reflect |
| Modifier and Type | Method and Description |
|---|---|
IParseIssue |
IParsedElement.getImmediateParseIssue(ResourceKey errKey) |
| Modifier and Type | Method and Description |
|---|---|
List<IParseIssue> |
IParsedElement.getImmediateParseIssues() |
List<IParseIssue> |
IParsedElement.getParseExceptions() |
List<IParseIssue> |
IParsedElement.getParseIssues() |
List<IParseIssue> |
IParsedElement.getParseWarnings() |
| Modifier and Type | Method and Description |
|---|---|
void |
IParsedElement.addParseException(IParseIssue e) |
void |
IParsedElement.addParseWarning(IParseIssue warning) |
boolean |
IParsedElement.hasParseIssue(IParseIssue pi) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICoercionIssue |
| Modifier and Type | Class and Description |
|---|---|
class |
DoesNotOverrideFunctionException |
class |
ImplicitCoercionError |
class |
ImplicitCoercionWarning |
class |
NoCtorFoundException |
class |
NotImplementedParseException |
class |
ObsoleteConstructorWarning |
class |
ParseException |
class |
ParseIssue |
class |
ParseWarning |
class |
ParseWarningForDeprecatedMember |
class |
SymbolNotFoundException |
class |
WrongNumberOfArgsException |
| Modifier and Type | Method and Description |
|---|---|
List<IParseIssue> |
ParseResultsException.getIssuesFromPos(int iPos) |
List<IParseIssue> |
ParseResultsException.getParseExceptions() |
List<IParseIssue> |
ParseResultsException.getParseExceptionsForKey(ResourceKey key) |
List<IParseIssue> |
ParseResultsException.getParseIssues() |
List<IParseIssue> |
ParseResultsException.getParseWarnings() |
List<IParseIssue> |
ParseResultsException.getParseWarningsForKey(ResourceKey key) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ParseResultsException.getFeedback(ICompilableType type,
List<IParseIssue> parseExceptions,
List<IParseIssue> parseWarnings) |
static String |
ParseResultsException.getFeedback(ICompilableType type,
List<IParseIssue> parseExceptions,
List<IParseIssue> parseWarnings) |
static String |
ParseResultsException.getFeedback(List<IParseIssue> parseExceptions,
List<IParseIssue> parseWarnings) |
static String |
ParseResultsException.getFeedback(List<IParseIssue> parseExceptions,
List<IParseIssue> parseWarnings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IEntityAccess.shouldAddWarning(IType type,
IParseIssue warning) |
Copyright © 2015. All rights reserved.