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

TypecastExpression_4() public method

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