C# Class Microsoft.Fast.AST.IntersectionExp

Inheritance: BuiltinLangExp
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Свойство Type Description
arg1 BuiltinLangExp
arg2 BuiltinLangExp

Méthodes publiques

Méthode Description
IntersectionExp ( FastToken func, BuiltinLangExp arg1, BuiltinLangExp arg2 ) : System
PrettyPrint ( StringBuilder sb ) : void
ToString ( ) : string

Private Methods

Méthode Description
BLECheckSorts ( Def>.Dictionary defs, FastPgm pgm ) : void

Method Details

IntersectionExp() public méthode

public IntersectionExp ( FastToken func, BuiltinLangExp arg1, BuiltinLangExp arg2 ) : System
func FastToken
arg1 BuiltinLangExp
arg2 BuiltinLangExp
Résultat System

PrettyPrint() public méthode

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

arg1 public_oe property

public BuiltinLangExp,Microsoft.Fast.AST arg1
Résultat BuiltinLangExp

arg2 public_oe property

public BuiltinLangExp,Microsoft.Fast.AST arg2
Résultat BuiltinLangExp