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

TypecastExpression_6() public method

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