Index
All Classes and Interfaces|All Packages
R
- reportBadCharacter(int, char) - Method in class codeanalysis.DiagnosticBox
-
Reports an error for a bad character input at the specified position.
- reportInvalidNumber(TextSpan, String, Class<Integer>) - Method in class codeanalysis.DiagnosticBox
-
Reports an error for an invalid number with the specified TextSpan, number text, and expected type.
- reportUndefinedBinaryOperator(TextSpan, String, Class<?>, Class<?>) - Method in class codeanalysis.DiagnosticBox
-
Reports an error for an undefined binary operator with the specified TextSpan, operator data, left type, and right type.
- reportUndefinedName(TextSpan, String) - Method in class codeanalysis.DiagnosticBox
-
Reports an undefined name diagnostic with the specified span and name.
- reportUndefinedUnaryOperator(TextSpan, String, Class<?>) - Method in class codeanalysis.DiagnosticBox
-
Reports an error for an undefined unary operator with the specified TextSpan, operator data, and operand type.
- reportUnexpectedToken(TextSpan, SyntaxType, SyntaxType) - Method in class codeanalysis.DiagnosticBox
-
Reports an error for an unexpected token with the specified TextSpan, actual type, and expected type.
All Classes and Interfaces|All Packages