Class ParserErrorCode

java.lang.Object
com.stimulsoft.report.engine.parser.ParserErrorCode

public class ParserErrorCode extends Object
Copyright Stimulsoft
  • Field Details

    • SyntaxError

      public static int SyntaxError
    • IntegralConstantIsTooLarge

      public static int IntegralConstantIsTooLarge
    • ExpressionIsEmpty

      public static int ExpressionIsEmpty
    • DivisionByZero

      public static int DivisionByZero
    • UnexpectedEndOfExpression

      public static int UnexpectedEndOfExpression
    • NameDoesNotExistInCurrentContext

      public static int NameDoesNotExistInCurrentContext
    • UnprocessedLexemesRemain

      public static int UnprocessedLexemesRemain
    • LeftParenthesisExpected

      public static int LeftParenthesisExpected
    • RightParenthesisExpected

      public static int RightParenthesisExpected
    • FieldMethodOrPropertyNotFound

      public static int FieldMethodOrPropertyNotFound
    • OperatorCannotBeAppliedToOperands

      public static int OperatorCannotBeAppliedToOperands
    • FunctionNotFound

      public static int FunctionNotFound
    • NoOverloadForMethodTakesNArguments

      public static int NoOverloadForMethodTakesNArguments
    • FunctionHasInvalidArgument

      public static int FunctionHasInvalidArgument
    • FunctionNotYetImplemented

      public static int FunctionNotYetImplemented
    • MethodHasInvalidArgument

      public static int MethodHasInvalidArgument
    • ItemDoesNotContainDefinition

      public static int ItemDoesNotContainDefinition
    • NoMatchingOverloadedMethod

      public static int NoMatchingOverloadedMethod
    • TheTypeOrNamespaceNotExistInTheNamespace

      public static int TheTypeOrNamespaceNotExistInTheNamespace
  • Constructor Details

    • ParserErrorCode

      public ParserErrorCode()