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

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

보호된 프로퍼티들

프로퍼티 타입 설명
nbrEntries int

공개 메소드들

메소드 설명
TokenQueue ( int minSize )
append ( IToken tok ) : void
elementAt ( int idx ) : IToken
removeFirst ( ) : void
reset ( ) : void

비공개 메소드들

메소드 설명
expand ( ) : void
init ( int size ) : void

메소드 상세

TokenQueue() 공개 메소드

public TokenQueue ( int minSize )
minSize int

append() 공개 메소드

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

elementAt() 공개 메소드

public elementAt ( int idx ) : IToken
idx int
리턴 IToken

removeFirst() 공개 메소드

public removeFirst ( ) : void
리턴 void

reset() 공개 메소드

public reset ( ) : void
리턴 void

프로퍼티 상세

nbrEntries 보호되어 있는 프로퍼티

protected int nbrEntries
리턴 int