com.stimulsoft.report.engine.parser
Class ParserErrorCode
java.lang.Object
com.stimulsoft.report.engine.parser.ParserErrorCode
public class ParserErrorCode
- extends java.lang.Object
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ParserErrorCode
public ParserErrorCode()