Rubberduck.Parsing.Preprocessing.DateLiteralExpression.DateLiteralExpression C# (CSharp) Method

DateLiteralExpression() public method

public DateLiteralExpression ( IExpression tokenText ) : Antlr4.Runtime
tokenText IExpression
return Antlr4.Runtime
        public DateLiteralExpression(IExpression tokenText)
        {
            _tokenText = tokenText;
        }