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

IdentDotExpression_1() public method

public IdentDotExpression_1 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public IdentDotExpression_1(Parser yyq) : base(yyq,
                                                       ((IDENT) (yyq.StackAt(2).m_value))
                                                           .yytext,
                                                       ((IDENT) (yyq.StackAt(0).m_value))
                                                           .yytext)
        {
        }
    }
IdentDotExpression_1