C# 클래스 XSpect.Yacq.Expressions.TextExpression

Represents an expression which is a string or a character.
상속: YacqExpression
파일 보기 프로젝트 열기: takeshik/yacq 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : String

Returns a String that represents this expression.

보호된 메소드들

메소드 설명
ReduceImpl ( SymbolTable symbols, Type expectedType ) : Expression

Reduces this node to a simpler expression with additional symbol tables.

비공개 메소드들

메소드 설명
Parse ( ) : Object
ParseEscapeSequence ( String str ) : String
ParseEscapeSequences ( String str ) : String
TextExpression ( SymbolTable symbols, Char quoteChar, String sourceText ) : System

메소드 상세

ReduceImpl() 보호된 메소드

Reduces this node to a simpler expression with additional symbol tables.
protected ReduceImpl ( SymbolTable symbols, Type expectedType ) : Expression
symbols XSpect.Yacq.Symbols.SymbolTable The additional symbol table for reducing.
expectedType System.Type The type which is expected as the type of reduced expression.
리턴 System.Linq.Expressions.Expression

ToString() 공개 메소드

Returns a String that represents this expression.
public ToString ( ) : String
리턴 String