Aurora.ScriptEngineParser.TypecastExpression_5.TypecastExpression_5 C# (CSharp) Method

TypecastExpression_5() public method

public TypecastExpression_5 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public TypecastExpression_5(Parser yyq) : base(yyq,
                                                       ((Typename) (yyq.StackAt(5).m_value))
                                                           .yytext,
                                                       new IncrementDecrementExpression((yyq),
                                                                                        new IdentDotExpression((yyq),
                                                                                                               ((IDENT)
                                                                                                                (yyq.
                                                                                                                    StackAt
                                                                                                                    (3).
                                                                                                                    m_value))
                                                                                                                   .
                                                                                                                   yytext,
                                                                                                               ((IDENT)
                                                                                                                (yyq.
                                                                                                                    StackAt
                                                                                                                    (1).
                                                                                                                    m_value))
                                                                                                                   .
                                                                                                                   yytext),
                                                                                        ((INCREMENT)
                                                                                         (yyq.StackAt(0).m_value))
                                                                                            .yytext, true))
        {
        }
    }
TypecastExpression_5