C# Class AIMA.Core.Logic.Common.Token

Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
ToString ( ) : String
Token ( int type, String text ) : System
getText ( ) : String
getType ( ) : int

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

Token() public method

public Token ( int type, String text ) : System
type int
text String
return System

getText() public method

public getText ( ) : String
return String

getType() public method

public getType ( ) : int
return int