UnityScript.Parser.UnityScriptParser.macro_application_test C# (CSharp) Method

macro_application_test() public method

public macro_application_test ( ) : void
return void
        public void macro_application_test()
        {
            try
            {
                if (!tokenSet_42_.member(this.LA(1)) || (this.LA(2) != 0x3d))
                {
                    if (!tokenSet_42_.member(this.LA(1)) || !tokenSet_16_.member(this.LA(2)))
                    {
                        throw new NoViableAltException(this.LT(1), this.getFilename());
                    }
                    this.member();
                    this.expression_list(null);
                    this.match(0x3d);
                }
                else
                {
                    this.member();
                    this.match(0x3d);
                }
            }
            catch (RecognitionException exception)
            {
                if (base.inputState.guessing != 0)
                {
                    throw;
                }
                this.reportError(exception);
                this.recover(exception, tokenSet_4_);
            }
        }
UnityScriptParser