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

A creator of AST node instances.

This class and it's sub-classes exists primarily as an optimization of the reflection-based mechanism(s) previously used exclusively to create instances of AST node objects.

Parsers and TreeParsers already use the ASTFactory class in ANTLR whenever they need to create an AST node objeect. What this class does is to support performant extensibility of the basic ASTFactory. The ASTFactory can now be extnded as run-time to support more new AST node types without using needing to use reflection.

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

공개 메소드들

메소드 설명
Create ( ) : antlr.collections.AST

Constructs an AST instance.

메소드 상세

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

Constructs an AST instance.
public abstract Create ( ) : antlr.collections.AST
리턴 antlr.collections.AST