C# Class WellFormedNames.Literal

Exibir arquivo Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Public Properties

Property Type Description
depth int
description string
type LiteralType

Public Methods

Method Description
Literal ( string desc, LiteralType t, int depth ) : System

Method Details

Literal() public method

public Literal ( string desc, LiteralType t, int depth ) : System
desc string
t LiteralType
depth int
return System

Property Details

depth public_oe property

public int depth
return int

description public_oe property

public string description
return string

type public_oe property

public LiteralType type
return LiteralType