| Package | Description |
|---|---|
| gw.lang.parser | |
| gw.lang.parser.exceptions |
| Modifier and Type | Method and Description |
|---|---|
IType |
ICoercionManager.verifyTypesComparable(IType lhsType,
IType rhsType,
boolean bBiDirectional)
Verifies that the right hand type can be converted or coerced to the left hand type.
|
IType |
ICoercionManager.verifyTypesComparable(IType lhsType,
IType rhsType,
boolean bBiDirectional,
IFullParserState parserState)
Verifies that the right hand type can be converted or coerced to the left hand type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoesNotOverrideFunctionException |
class |
ImplicitCoercionError |
class |
ImplicitCoercionWarning |
class |
NoCtorFoundException |
class |
NotImplementedParseException |
class |
ObsoleteConstructorWarning |
class |
ParseException |
class |
ParseWarning |
class |
ParseWarningForDeprecatedMember |
class |
SymbolNotFoundException |
class |
WrongNumberOfArgsException |
Copyright © 2018. All rights reserved.