Main Content

클래스 내부 검사와 메타데이터

클래스 메타데이터에서 클래스에 대한 자세한 정보 가져오기

메타데이터는 클래스 정의에 대한 정보를 제공합니다. 이를 통해 클래스의 객체를 생성하지 않고도 클래스가 정의하는 모든 속성, 메서드, 이벤트에 대한 정보를 찾을 수 있습니다.

함수

metaclassmatlab.metadata.Class 객체 가져오기
matlab.metadata.abstractDetailsFind abstract methods and properties
matlab.metadata.Class.fromNameReturn matlab.metadata.Class object that describes named class
matlab.metadata.Namespace.fromName Return matlab.metadata.Namespace object for specified namespace
matlab.metadata.Namespace.getAllNamespacesGet all top-level namespaces
properties클래스 속성 이름
methods클래스 메서드(Class Method) 이름
ismethod지정된 메서드가 객체에 있는지 확인
events이벤트 이름
superclasses슈퍼클래스의 이름

클래스

matlab.metadata.ClassDescribe MATLAB class
matlab.metadata.PropertyDescribe property of MATLAB class
matlab.metadata.MethodDescribe MATLAB class method
matlab.metadata.EventDescribe event defined by MATLAB class
matlab.metadata.NamespaceDescribe MATLAB namespace
matlab.metadata.DynamicPropertyDescribe dynamic property of MATLAB object
matlab.metadata.EnumerationMemberDescribe enumeration member of MATLAB class
matlab.metadata.MetaDataRoot of metadata class hierarchy
matlab.metadata.ArrayDimension Size information for property validation
matlab.metadata.Validation Describes property validation
matlab.metadata.FixedDimension Fixed dimension in property size specification
matlab.metadata.UnrestrictedDimension Unrestricted dimension in property size specification

도움말 항목