C# Class Pchp.CodeAnalysis.MemberAttributesAdapter

显示文件 Open project: iolevel/peachpie

Public Methods

Method Description
GetAccessibility ( this member ) : Accessibility
IsAbstract ( this member ) : bool
IsSealed ( this member ) : bool
IsStatic ( this member ) : bool

Method Details

GetAccessibility() public static method

public static GetAccessibility ( this member ) : Accessibility
member this
return Accessibility

IsAbstract() public static method

public static IsAbstract ( this member ) : bool
member this
return bool

IsSealed() public static method

public static IsSealed ( this member ) : bool
member this
return bool

IsStatic() public static method

public static IsStatic ( this member ) : bool
member this
return bool