NVelocity.Runtime.Parser.Node.ASTStringLiteral.ASTStringLiteral C# (CSharp) 메소드

ASTStringLiteral() 공개 메소드

Initializes a new instance of the ASTStringLiteral class.
public ASTStringLiteral ( Parser p, int id ) : System
p Parser The p.
id int The id.
리턴 System
		public ASTStringLiteral(Parser p, int id) : base(p, id)
		{
		}

Same methods

ASTStringLiteral::ASTStringLiteral ( int id ) : System