C# Class Parser, PetriNets

Afficher le fichier Open project: aabs/PetriNets Class Usage Examples

Méthodes publiques

Свойство Type Description
errors Errors
la Token
scanner Scanner
t Token

Méthodes publiques

Méthode Description
ArcDetail ( bool &isInArc, int &weight, bool &inhib ) : void
ArcSetSpec ( ) : void
DstName ( List &dst ) : void
Expect ( int n ) : void
ExpectWeak ( int n, int follow ) : void
Get ( ) : void
InArcDetail ( bool &inhib, int &weight ) : void
MarkingEntry ( ) : void
MarkingSpec ( ) : void
OutArcDetail ( bool &inhib, int &weight ) : void
Parse ( ) : void
Parser ( Scanner scanner ) : System
PetriNetSpec ( ) : void
SemErr ( string msg ) : void
SrcName ( List &src ) : void
StringList ( List &src ) : void
SynErr ( int n ) : void

Private Methods

Méthode Description
StartOf ( int s ) : bool
WeakSeparator ( int n, int syFol, int repFol ) : bool

Method Details

ArcDetail() public méthode

public ArcDetail ( bool &isInArc, int &weight, bool &inhib ) : void
isInArc bool
weight int
inhib bool
Résultat void

ArcSetSpec() public méthode

public ArcSetSpec ( ) : void
Résultat void

DstName() public méthode

public DstName ( List &dst ) : void
dst List
Résultat void

Expect() public méthode

public Expect ( int n ) : void
n int
Résultat void

ExpectWeak() public méthode

public ExpectWeak ( int n, int follow ) : void
n int
follow int
Résultat void

Get() public méthode

public Get ( ) : void
Résultat void

InArcDetail() public méthode

public InArcDetail ( bool &inhib, int &weight ) : void
inhib bool
weight int
Résultat void

MarkingEntry() public méthode

public MarkingEntry ( ) : void
Résultat void

MarkingSpec() public méthode

public MarkingSpec ( ) : void
Résultat void

OutArcDetail() public méthode

public OutArcDetail ( bool &inhib, int &weight ) : void
inhib bool
weight int
Résultat void

Parse() public méthode

public Parse ( ) : void
Résultat void

Parser() public méthode

public Parser ( Scanner scanner ) : System
scanner Scanner
Résultat System

PetriNetSpec() public méthode

public PetriNetSpec ( ) : void
Résultat void

SemErr() public méthode

public SemErr ( string msg ) : void
msg string
Résultat void

SrcName() public méthode

public SrcName ( List &src ) : void
src List
Résultat void

StringList() public méthode

public StringList ( List &src ) : void
src List
Résultat void

SynErr() public méthode

public SynErr ( int n ) : void
n int
Résultat void

Property Details

errors public_oe property

public Errors errors
Résultat Errors

la public_oe property

public Token la
Résultat Token

scanner public_oe property

public Scanner scanner
Résultat Scanner

t public_oe property

public Token t
Résultat Token