Uses of Class
gw.lang.parser.exceptions.ParseIssue
-
Packages that use ParseIssue Package Description gw.lang.parser gw.lang.parser.exceptions -
-
Uses of ParseIssue in gw.lang.parser
Methods in gw.lang.parser that throw ParseIssue Modifier and Type Method Description ITypeICoercionManager. verifyTypesComparable(IType lhsType, IType rhsType, boolean bBiDirectional)Verifies that the right hand type can be converted or coerced to the left hand type.ITypeICoercionManager. 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 classDoesNotOverrideFunctionExceptionclassImplicitCoercionErrorclassImplicitCoercionWarningclassNoCtorFoundExceptionclassNotImplementedParseExceptionclassObsoleteConstructorWarningclassParseExceptionclassParseWarningclassParseWarningForDeprecatedMemberclassSymbolNotFoundExceptionclassWrongNumberOfArgsException
-