C# Class NVelocity.Runtime.Parser.ParserTreeConstants

Show file Open project: rasmus-toftdahl-olesen/NVelocity

Public Properties

Property Type Description
NodeName String[]

Private Methods

Method Description
ParserTreeConstants ( ) : System

private constructor as class is meant to hold constants only. Class was originally an interface in Java, but as C# does not support Fields in an interface and the jjtNodeName field, I converted it to a class with no constructor.

Property Details

NodeName public static property

public static String[] NodeName
return String[]