Class ArgExceptionInfo

java.lang.Object
gw.internal.gosu.parser.ArgExceptionInfo

final class ArgExceptionInfo extends Object
  • Field Details

    • _iArgIndex

      private int _iArgIndex
    • _pe

      private ParseException _pe
    • _parserState

      private IToken _parserState
    • _expectedType

      private IType _expectedType
    • _expectedQualifierType

      private IType _expectedQualifierType
  • Constructor Details

    • ArgExceptionInfo

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

    • getArgIndex

      public int getArgIndex()
    • getPe

      public ParseException getPe()
    • getParserState

      public IToken getParserState()
    • getExpectedType

      public IType getExpectedType()
    • getExpectedQualifierType

      public IType getExpectedQualifierType()