C# Class StarkPlatform.Compiler.Features.RQName.Nodes.RQArrayOrPointerType

Inheritance: StarkPlatform.Compiler.Features.RQName.Nodes.RQType
Datei anzeigen Open project: stark-lang/stark

Public Properties

Property Type Description
ElementType StarkPlatform.Compiler.Features.RQName.Nodes.RQType

Public Methods

Method Description
RQArrayOrPointerType ( StarkPlatform.Compiler.Features.RQName.Nodes.RQType elementType )

Method Details

RQArrayOrPointerType() public method

public RQArrayOrPointerType ( StarkPlatform.Compiler.Features.RQName.Nodes.RQType elementType )
elementType StarkPlatform.Compiler.Features.RQName.Nodes.RQType

Property Details

ElementType public_oe property

public RQType,StarkPlatform.Compiler.Features.RQName.Nodes ElementType
return StarkPlatform.Compiler.Features.RQName.Nodes.RQType