C# 클래스 NVelocity.Runtime.Parser.ParserTreeConstants

파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity

공개 프로퍼티들

프로퍼티 타입 설명
NodeName String[]

비공개 메소드들

메소드 설명
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.

프로퍼티 상세

NodeName 공개적으로 정적으로 프로퍼티

public static String[] NodeName
리턴 String[]