C# Class DataDictionary.Interpreter.Filter.IsCallableOrIsVariable

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

Méthodes publiques

Свойство Type Description
INSTANCE IsCallableOrIsVariable

Méthodes publiques

Méthode Description
AcceptableChoice ( INamable value ) : bool

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

Méthodes protégées

Méthode Description
IsCallableOrIsVariable ( ) : Utils

Constructor

Method Details

AcceptableChoice() public méthode

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

IsCallableOrIsVariable() protected méthode

Constructor
protected IsCallableOrIsVariable ( ) : Utils
Résultat Utils

Property Details

INSTANCE public_oe static_oe property

Singleton
public static IsCallableOrIsVariable,DataDictionary.Interpreter.Filter INSTANCE
Résultat IsCallableOrIsVariable