C# Class Axiom.Compiler.CodeObjectModel.PrologCodeIntegerAtom

Represents a Prolog integer atom.
Inheritance: PrologCodeAtom
Afficher le fichier Open project: ahodroj/prologdotnet

Méthodes publiques

Méthode Description
PrologCodeIntegerAtom ( ) : System

Initializes a new instance of the PrologCodeIntegerAtom class.

PrologCodeIntegerAtom ( int _value ) : System

Initializes a new instance of the PrologCodeIntegerAtom class.

ToString ( ) : string

Method Details

PrologCodeIntegerAtom() public méthode

Initializes a new instance of the PrologCodeIntegerAtom class.
public PrologCodeIntegerAtom ( ) : System
Résultat System

PrologCodeIntegerAtom() public méthode

Initializes a new instance of the PrologCodeIntegerAtom class.
public PrologCodeIntegerAtom ( int _value ) : System
_value int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string