C# Class DataDictionary.Interpreter.Filter.IsCallableOrIsVariable

Indicates that the namable is a callable or a variable
Inheritance: DataDictionary.Interpreter.Filter.IsVariable
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs

Public Properties

Property Type Description
INSTANCE IsCallableOrIsVariable

Public Methods

Method Description
AcceptableChoice ( INamable value ) : bool

Predicate which indicates whether the namable provided matches the expectation for the semantic analysis

Protected Methods

Method Description
IsCallableOrIsVariable ( ) : Utils

Constructor

Method Details

AcceptableChoice() public method

Predicate which indicates whether the namable provided matches the expectation for the semantic analysis
public AcceptableChoice ( INamable value ) : bool
value INamable
return bool

IsCallableOrIsVariable() protected method

Constructor
protected IsCallableOrIsVariable ( ) : Utils
return Utils

Property Details

INSTANCE public static property

Singleton
public static IsCallableOrIsVariable,DataDictionary.Interpreter.Filter INSTANCE
return IsCallableOrIsVariable