Class ArgExceptionInfo


  • final class ArgExceptionInfo
    extends java.lang.Object
    • Field Detail

      • _iArgIndex

        private int _iArgIndex
      • _parserState

        private IToken _parserState
      • _expectedType

        private IType _expectedType
      • _expectedQualifierType

        private IType _expectedQualifierType
    • Constructor Detail

      • ArgExceptionInfo

        public ArgExceptionInfo​(int iArgIndex,
                                ParseException pe,
                                IToken parserState,
                                IType expectedType,
                                IType expectedQualifierType)
    • Method Detail

      • getArgIndex

        public int getArgIndex()
      • getParserState

        public IToken getParserState()
      • getExpectedType

        public IType getExpectedType()
      • getExpectedQualifierType

        public IType getExpectedQualifierType()