C# Class WellFormedNames.Literal

Show file 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 property

public int depth
return int

description public property

public string description
return string

type public property

public LiteralType type
return LiteralType