C# Class DotNetXri.Syntax.Xri3.Impl.XRI3SyntaxComponent

Inheritance: XRISyntaxComponent
Mostra file Open project: AArnott/dotnetxri

Public Methods

Method Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
getParserObject ( ) : Rule
toIRINormalForm ( ) : string
toURINormalForm ( ) : string

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

getParserObject() public abstract method

public abstract getParserObject ( ) : Rule
return DotNetXri.Syntax.Xri3.Impl.Parser.Rule

toIRINormalForm() public method

public toIRINormalForm ( ) : string
return string

toURINormalForm() public method

public toURINormalForm ( ) : string
return string