Uses of Class
gw.lang.parser.exceptions.ParseIssue
-
Packages that use ParseIssue Package Description gw.internal.gosu.parser gw.lang.parser gw.lang.parser.exceptions -
-
Uses of ParseIssue in gw.internal.gosu.parser
Subclasses of ParseIssue in gw.internal.gosu.parser Modifier and Type Class Description class
PropertyNotFoundException
-
Uses of ParseIssue in gw.lang.parser
Methods in gw.lang.parser that throw ParseIssue Modifier and Type Method 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. -
Uses of ParseIssue in gw.lang.parser.exceptions
Subclasses of ParseIssue in gw.lang.parser.exceptions Modifier and Type Class Description class
DoesNotOverrideFunctionException
class
ImplicitCoercionError
class
ImplicitCoercionWarning
class
NoCtorFoundException
class
NotImplementedParseException
class
ObsoleteConstructorWarning
class
ParseException
class
ParseWarning
class
ParseWarningForDeprecatedMember
class
SymbolNotFoundException
class
WrongNumberOfArgsException
-