com.stimulsoft.report.engine.parser
Class ParserErrorCode

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

public class ParserErrorCode
extends java.lang.Object

Copyright Stimulsoft


Field Summary
static int DivisionByZero
           
static int ExpressionIsEmpty
           
static int FieldMethodOrPropertyNotFound
           
static int FunctionHasInvalidArgument
           
static int FunctionNotFound
           
static int FunctionNotYetImplemented
           
static int IntegralConstantIsTooLarge
           
static int ItemDoesNotContainDefinition
           
static int LeftParenthesisExpected
           
static int MethodHasInvalidArgument
           
static int NameDoesNotExistInCurrentContext
           
static int NoMatchingOverloadedMethod
           
static int NoOverloadForMethodTakesNArguments
           
static int OperatorCannotBeAppliedToOperands
           
static int RightParenthesisExpected
           
static int SyntaxError
           
static int TheTypeOrNamespaceNotExistInTheNamespace
           
static int UnexpectedEndOfExpression
           
static int UnprocessedLexemesRemain
           
 
Constructor Summary
ParserErrorCode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

ParserErrorCode

public ParserErrorCode()