C# Class Ecologylab.BigSemantics.Actions.NotNull

Inheritance: Condition
Show file Open project: ecologylab/BigSemanticsCSharp

Public Methods

Method Description
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

Method Details

Evaluate() public method

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
return bool

NotNull() public method

public NotNull ( ) : System
return System