C# Class Axiom.Compiler.CodeObjectModel.PrologCodeVariable

Represents a Prolog variable.
Inheritance: PrologCodeTerm
Datei anzeigen Open project: ahodroj/prologdotnet Class Usage Examples

Public Methods

Method Description
PrologCodeVariable ( string name ) : System
ToString ( ) : string

Method Details

PrologCodeVariable() public method

public PrologCodeVariable ( string name ) : System
name string
return System

ToString() public method

public ToString ( ) : string
return string