C# 클래스 DataDictionary.Interpreter.Filter.IsCallableOrIsVariable

Indicates that the namable is a callable or a variable
상속: DataDictionary.Interpreter.Filter.IsVariable
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 프로퍼티들

프로퍼티 타입 설명
INSTANCE IsCallableOrIsVariable

공개 메소드들

메소드 설명
AcceptableChoice ( INamable value ) : bool

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

보호된 메소드들

메소드 설명
IsCallableOrIsVariable ( ) : Utils

Constructor

메소드 상세

AcceptableChoice() 공개 메소드

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

IsCallableOrIsVariable() 보호된 메소드

Constructor
protected IsCallableOrIsVariable ( ) : Utils
리턴 Utils

프로퍼티 상세

INSTANCE 공개적으로 정적으로 프로퍼티

Singleton
public static IsCallableOrIsVariable,DataDictionary.Interpreter.Filter INSTANCE
리턴 IsCallableOrIsVariable