C# Class Spring.Expressions.Parser.antlr.TreeParser

Show file Open project: spring-projects/spring-net

Public Properties

Property Type Description
ASTNULL ASTNULLType

Protected Properties

Property Type Description
astFactory ASTFactory
inputState TreeParserSharedInputState
retTree_ Spring.Expressions.Parser.antlr.collections.AST
returnAST Spring.Expressions.Parser.antlr.collections.AST
tokenNames string[]
traceDepth int

Public Methods

Method Description
TreeParser ( ) : System
getAST ( ) : Spring.Expressions.Parser.antlr.collections.AST
getASTFactory ( ) : ASTFactory
getTokenName ( int num ) : string
getTokenNames ( ) : string[]
match ( Spring.Expressions.Parser.antlr.collections.AST t, Spring.Expressions.Parser.antlr.collections.impl.BitSet b ) : void
reportError ( Spring.Expressions.Parser.antlr.RecognitionException ex ) : void
reportError ( string s ) : void
reportWarning ( string s ) : void
resetState ( ) : void
setASTFactory ( ASTFactory f ) : void
setASTNodeClass ( string nodeType ) : void
setASTNodeType ( string nodeType ) : void
traceIn ( string rname, Spring.Expressions.Parser.antlr.collections.AST t ) : void
traceIndent ( ) : void
traceOut ( string rname, Spring.Expressions.Parser.antlr.collections.AST t ) : void

Protected Methods

Method Description
match ( Spring.Expressions.Parser.antlr.collections.AST t, int ttype ) : void
matchNot ( Spring.Expressions.Parser.antlr.collections.AST t, int ttype ) : void

Private Methods

Method Description
panic ( ) : void

Method Details

TreeParser() public method

public TreeParser ( ) : System
return System

getAST() public method

public getAST ( ) : Spring.Expressions.Parser.antlr.collections.AST
return Spring.Expressions.Parser.antlr.collections.AST

getASTFactory() public method

public getASTFactory ( ) : ASTFactory
return ASTFactory

getTokenName() public method

public getTokenName ( int num ) : string
num int
return string

getTokenNames() public method

public getTokenNames ( ) : string[]
return string[]

match() public method

public match ( Spring.Expressions.Parser.antlr.collections.AST t, Spring.Expressions.Parser.antlr.collections.impl.BitSet b ) : void
t Spring.Expressions.Parser.antlr.collections.AST
b Spring.Expressions.Parser.antlr.collections.impl.BitSet
return void

match() protected method

protected match ( Spring.Expressions.Parser.antlr.collections.AST t, int ttype ) : void
t Spring.Expressions.Parser.antlr.collections.AST
ttype int
return void

matchNot() protected method

protected matchNot ( Spring.Expressions.Parser.antlr.collections.AST t, int ttype ) : void
t Spring.Expressions.Parser.antlr.collections.AST
ttype int
return void

reportError() public method

public reportError ( Spring.Expressions.Parser.antlr.RecognitionException ex ) : void
ex Spring.Expressions.Parser.antlr.RecognitionException
return void

reportError() public method

public reportError ( string s ) : void
s string
return void

reportWarning() public method

public reportWarning ( string s ) : void
s string
return void

resetState() public method

public resetState ( ) : void
return void

setASTFactory() public method

public setASTFactory ( ASTFactory f ) : void
f ASTFactory
return void

setASTNodeClass() public method

public setASTNodeClass ( string nodeType ) : void
nodeType string
return void

setASTNodeType() public method

public setASTNodeType ( string nodeType ) : void
nodeType string
return void

traceIn() public method

public traceIn ( string rname, Spring.Expressions.Parser.antlr.collections.AST t ) : void
rname string
t Spring.Expressions.Parser.antlr.collections.AST
return void

traceIndent() public method

public traceIndent ( ) : void
return void

traceOut() public method

public traceOut ( string rname, Spring.Expressions.Parser.antlr.collections.AST t ) : void
rname string
t Spring.Expressions.Parser.antlr.collections.AST
return void

Property Details

ASTNULL public static property

public static ASTNULLType,Spring.Expressions.Parser.antlr ASTNULL
return ASTNULLType

astFactory protected property

protected ASTFactory,Spring.Expressions.Parser.antlr astFactory
return ASTFactory

inputState protected property

protected TreeParserSharedInputState,Spring.Expressions.Parser.antlr inputState
return TreeParserSharedInputState

retTree_ protected property

protected Spring.Expressions.Parser.antlr.collections.AST retTree_
return Spring.Expressions.Parser.antlr.collections.AST

returnAST protected property

protected Spring.Expressions.Parser.antlr.collections.AST returnAST
return Spring.Expressions.Parser.antlr.collections.AST

tokenNames protected property

protected string[] tokenNames
return string[]

traceDepth protected property

protected int traceDepth
return int