Uses of Interface
gw.lang.parser.IParseIssue
-
-
Uses of IParseIssue in editor
Methods in editor that return types with arguments of type IParseIssue Modifier and Type Method Description private java.util.List<IParseIssue>SmartFixManager. findParseIssuesOrderedByDistanceFromCaret(int maxLines)private java.util.List<IParseIssue>GosuEditor. getIssuesFromPos(int iPos)private java.util.List<IParseIssue>GosuEditor. getIssuesNearPos(int iPos)Methods in editor with parameters of type IParseIssue Modifier and Type Method Description private doubleSmartFixManager. getDistanceFromPosition(IParseIssue pi, int line, int col)Returns the cartesian distance of this parse issue from the given column/line in column/line unitsprivate booleanSmartFixManager. isCaseIssue(IParseIssue parseIssue)static booleanSmartFixManager. isCaseParseIssue(IParseIssue parseIssue)private booleanSmartFixManager. isImplictCoercion(IParseIssue parseIssue)private booleanSmartFixManager. isJavaStyleCast(IParseIssue parseIssue)private booleanSmartFixManager. isMissingConstructor(IParseIssue parseIssue)private booleanSmartFixManager. isMissingOverride(IParseIssue parseIssue)private booleanSmartFixManager. isMissingSuperCall(IParseIssue parseIssue)private booleanSmartFixManager. isObsoleteConstructor(IParseIssue parseIssue)private booleanSmartFixManager. isVoidReturnTypeIssue(IParseIssue parseIssue)static MessageTree.IssueNodeMessageTree. makeIssueMessage(IParseIssue issue)Constructors in editor with parameters of type IParseIssue Constructor Description IssueNode(IParseIssue issue) -
Uses of IParseIssue in editor.shipit
Methods in editor.shipit with parameters of type IParseIssue Modifier and Type Method Description private java.lang.StringCompiler. makeIssueMessage(IParseIssue issue, NodeKind kind) -
Uses of IParseIssue in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IParseIssue Modifier and Type Class Description classPropertyNotFoundExceptionFields in gw.internal.gosu.parser with type parameters of type IParseIssue Modifier and Type Field Description private java.util.List<IParseIssue>ParsedElement.LikelyNullFields. _parseExceptionsprivate java.util.List<IParseIssue>ParsedElement.LikelyNullFields. _parseWarningsMethods in gw.internal.gosu.parser with type parameters of type IParseIssue Modifier and Type Method Description private <E extends IParseIssue>
EParsedElement. removeParseIssue(ResourceKey keyToRemove, java.util.List<E> issues)Methods in gw.internal.gosu.parser that return IParseIssue Modifier and Type Method Description IParseIssueParsedElement. getImmediateParseIssue(ResourceKey errKey)Methods in gw.internal.gosu.parser that return types with arguments of type IParseIssue Modifier and Type Method Description java.util.List<IParseIssue>ParsedElement. getImmediateParseIssues()java.util.List<IParseIssue>ParsedElement. getParseExceptions()java.util.List<IParseIssue>ParsedElement. getParseIssues()java.util.List<IParseIssue>ParsedElement. getParseWarnings()Methods in gw.internal.gosu.parser with parameters of type IParseIssue Modifier and Type Method Description voidParsedElement. addParseException(IParseIssue pe)voidParsedElement. addParseWarning(IParseIssue warning)booleanParsedElement. hasParseIssue(IParseIssue pi)booleanParsedElement. isSuppressed(IParseIssue issue)booleanDefaultEntityAccess. shouldAddWarning(IType type, IParseIssue warning)Method parameters in gw.internal.gosu.parser with type arguments of type IParseIssue Modifier and Type Method Description voidParsedElement. addParseExceptions(java.util.List<IParseIssue> parseExceptions)voidParsedElement. addParseIssues(java.util.List<IParseIssue> parseIssues)voidParsedElement. addParseWarnings(java.util.List<IParseIssue> parseWarnings)private booleanGosuParser. errorsSame(java.util.List<IParseIssue> newErrors, java.util.List<IParseIssue> errors)private voidParsedElement. getParseExceptions(java.util.List<IParseIssue> allParseExceptions)private voidParsedElement. getParseWarnings(java.util.List<IParseIssue> allWarnings)private booleanGosuParser. isTypeParameterErrorMsg(Expression expr, java.util.List<IParseIssue> exceptions) -
Uses of IParseIssue in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return types with arguments of type IParseIssue Modifier and Type Method Description java.util.List<IParseIssue>Program. getImmediateParseIssues()java.util.List<IParseIssue>Program. getParseExceptions()java.util.List<IParseIssue>Program. getParseIssues()java.util.List<IParseIssue>Program. getParseWarnings()Methods in gw.internal.gosu.parser.expressions with parameters of type IParseIssue Modifier and Type Method Description voidProgram. addParseWarning(IParseIssue warning) -
Uses of IParseIssue in gw.internal.gosu.parser.gwPlatform
Methods in gw.internal.gosu.parser.gwPlatform with parameters of type IParseIssue Modifier and Type Method Description booleanGWEntityAccess. shouldAddWarning(IType type, IParseIssue warning) -
Uses of IParseIssue in gw.lang.gosuc
Fields in gw.lang.gosuc declared as IParseIssue Modifier and Type Field Description private IParseIssueGosuIssue. _issueConstructors in gw.lang.gosuc with parameters of type IParseIssue Constructor Description GosuIssue(IParseIssue issue) -
Uses of IParseIssue in gw.lang.parser
Fields in gw.lang.parser with type parameters of type IParseIssue Modifier and Type Field Description private Stack<java.util.List<IParseIssue>>TypeVarToTypeMap. _reparseErrorStackMethods in gw.lang.parser that return IParseIssue Modifier and Type Method Description IParseIssueIParsedElement. getImmediateParseIssue(ResourceKey errKey)Methods in gw.lang.parser that return types with arguments of type IParseIssue Modifier and Type Method Description java.util.List<IParseIssue>IParsedElement. getImmediateParseIssues()java.util.List<IParseIssue>IParsedElement. getParseExceptions()java.util.List<IParseIssue>IParsedElement. getParseIssues()java.util.List<IParseIssue>IParsedElement. getParseWarnings()Stack<java.util.List<IParseIssue>>TypeVarToTypeMap. getReparseErrorStack()Methods in gw.lang.parser with parameters of type IParseIssue Modifier and Type Method Description voidIParsedElement. addParseException(IParseIssue e)voidIParsedElement. addParseWarning(IParseIssue warning)booleanIParsedElement. hasParseIssue(IParseIssue pi)Method parameters in gw.lang.parser with type arguments of type IParseIssue Modifier and Type Method Description voidTypeVarToTypeMap. pushReparseErrors(java.util.List<IParseIssue> reparseErrors) -
Uses of IParseIssue in gw.lang.parser.exceptions
Subinterfaces of IParseIssue in gw.lang.parser.exceptions Modifier and Type Interface Description interfaceICoercionIssueClasses in gw.lang.parser.exceptions that implement IParseIssue Modifier and Type Class Description classDoesNotOverrideFunctionExceptionclassImplicitCoercionErrorclassImplicitCoercionWarningclassNoCtorFoundExceptionclassNotImplementedParseExceptionclassObsoleteConstructorWarningclassParseExceptionclassParseIssueclassParseWarningclassParseWarningForDeprecatedMemberclassSymbolNotFoundExceptionclassWrongNumberOfArgsExceptionFields in gw.lang.parser.exceptions with type parameters of type IParseIssue Modifier and Type Field Description private java.util.List<IParseIssue>ParseResultsException. _parseExceptionsprivate java.util.List<IParseIssue>ParseResultsException. _parseIssuesprivate java.util.List<IParseIssue>ParseResultsException. _parseWarningsMethods in gw.lang.parser.exceptions with type parameters of type IParseIssue Modifier and Type Method Description private <T extends IParseIssue>
java.util.List<T>ParseResultsException. findMatchesForKey(ResourceKey key, java.util.List<T> parseExceptions)Methods in gw.lang.parser.exceptions that return types with arguments of type IParseIssue Modifier and Type Method Description java.util.List<IParseIssue>ParseResultsException. getIssuesFromPos(int iPos)java.util.List<IParseIssue>ParseResultsException. getParseExceptions()java.util.List<IParseIssue>ParseResultsException. getParseExceptionsForKey(ResourceKey key)java.util.List<IParseIssue>ParseResultsException. getParseIssues()java.util.List<IParseIssue>ParseResultsException. getParseWarnings()java.util.List<IParseIssue>ParseResultsException. getParseWarningsForKey(ResourceKey key)Method parameters in gw.lang.parser.exceptions with type arguments of type IParseIssue Modifier and Type Method Description static java.lang.StringParseResultsException. getFeedback(ICompilableType type, java.util.List<IParseIssue> parseExceptions, java.util.List<IParseIssue> parseWarnings)static java.lang.StringParseResultsException. getFeedback(java.util.List<IParseIssue> parseExceptions, java.util.List<IParseIssue> parseWarnings) -
Uses of IParseIssue in gw.lang.reflect
Methods in gw.lang.reflect with parameters of type IParseIssue Modifier and Type Method Description booleanIEntityAccess. shouldAddWarning(IType type, IParseIssue warning)
-