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

Inheritance: BaseAST
Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Свойство Type Description
Creator CommonAST.CommonASTCreator

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Clone ( ) : object
CommonAST ( CommonAST another ) : System

Method Details

CommonAST() public méthode

public CommonAST ( ) : System
Résultat System

CommonAST() public méthode

public CommonAST ( IToken tok ) : System
tok IToken
Résultat System

getText() public méthode

public getText ( ) : string
Résultat string

initialize() public méthode

public initialize ( IToken tok ) : void
tok IToken
Résultat void

initialize() public méthode

public initialize ( collections t ) : void
t collections
Résultat void

initialize() public méthode

public initialize ( int t, string txt ) : void
t int
txt string
Résultat void

setText() public méthode

public setText ( string text_ ) : void
text_ string
Résultat void

setType() public méthode

public setType ( int ttype_ ) : void
ttype_ int
Résultat void

Property Details

Creator public_oe static_oe property

public static CommonAST.CommonASTCreator,Spring.Expressions.Parser.antlr Creator
Résultat CommonAST.CommonASTCreator