C# Класс Ecologylab.BigSemantics.Actions.NotNull

Наследование: Condition
Показать файл Открыть проект

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

Метод Описание
Evaluate ( SemanticOperationHandler handler ) : bool

If the element is found in the semantic action environment and is not a null pointer, return true. Otherwise, return false.

NotNull ( ) : System

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

Evaluate() публичный Метод

If the element is found in the semantic action environment and is not a null pointer, return true. Otherwise, return false.
public Evaluate ( SemanticOperationHandler handler ) : bool
handler SemanticOperationHandler
Результат bool

NotNull() публичный Метод

public NotNull ( ) : System
Результат System