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

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

공개 프로퍼티들

프로퍼티 타입 설명
Creator CommonAST.CommonASTCreator

공개 메소드들

메소드 설명
CommonAST ( ) : System
CommonAST ( IToken tok ) : System
getText ( ) : string
initialize ( IToken tok ) : void
initialize ( collections t ) : void
initialize ( int t, string txt ) : void
setText ( string text_ ) : void
setType ( int ttype_ ) : void

비공개 메소드들

메소드 설명
Clone ( ) : object
CommonAST ( CommonAST another ) : System

메소드 상세

CommonAST() 공개 메소드

public CommonAST ( ) : System
리턴 System

CommonAST() 공개 메소드

public CommonAST ( IToken tok ) : System
tok IToken
리턴 System

getText() 공개 메소드

public getText ( ) : string
리턴 string

initialize() 공개 메소드

public initialize ( IToken tok ) : void
tok IToken
리턴 void

initialize() 공개 메소드

public initialize ( collections t ) : void
t collections
리턴 void

initialize() 공개 메소드

public initialize ( int t, string txt ) : void
t int
txt string
리턴 void

setText() 공개 메소드

public setText ( string text_ ) : void
text_ string
리턴 void

setType() 공개 메소드

public setType ( int ttype_ ) : void
ttype_ int
리턴 void

프로퍼티 상세

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

public static CommonAST.CommonASTCreator,Spring.Expressions.Parser.antlr Creator
리턴 CommonAST.CommonASTCreator