C# 클래스 Spring.Expressions.Parser.antlr.FileLineFormatter

파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
getFormatString ( string fileName, int line, int column ) : string
getFormatter ( ) : FileLineFormatter
setFormatter ( FileLineFormatter f ) : void

메소드 상세

getFormatString() 공개 추상적인 메소드

public abstract getFormatString ( string fileName, int line, int column ) : string
fileName string
line int
column int
리턴 string

getFormatter() 공개 정적인 메소드

public static getFormatter ( ) : FileLineFormatter
리턴 FileLineFormatter

setFormatter() 공개 정적인 메소드

public static setFormatter ( FileLineFormatter f ) : void
f FileLineFormatter
리턴 void