C# Класс XSpect.Yacq.Expressions.NumberExpression

Represents an expression which is a number.
Наследование: YacqExpression
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetBase ( String b ) : Int32
NumberExpression ( SymbolTable symbols, String text ) : System
Parse ( ) : Object

Описание методов

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