Property | Type | Description | |
---|---|---|---|
errors | Errors | ||
la | Token | ||
scanner | Scanner | ||
t | Token |
Method | Description | |
---|---|---|
ArcDetail ( bool &isInArc, int &weight, bool &inhib ) : void | ||
ArcSetSpec ( ) : void | ||
DstName ( List |
||
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 |
||
StringList ( List |
||
SynErr ( int n ) : void |
Method | Description | |
---|---|---|
StartOf ( int s ) : bool | ||
WeakSeparator ( int n, int syFol, int repFol ) : bool |
public ArcDetail ( bool &isInArc, int &weight, bool &inhib ) : void | ||
isInArc | bool | |
weight | int | |
inhib | bool | |
return | void |
public ExpectWeak ( int n, int follow ) : void | ||
n | int | |
follow | int | |
return | void |
public InArcDetail ( bool &inhib, int &weight ) : void | ||
inhib | bool | |
weight | int | |
return | void |
public OutArcDetail ( bool &inhib, int &weight ) : void | ||
inhib | bool | |
weight | int | |
return | void |