C# Class Microsoft.Fast.AST.EnumDef

Inheritance: Def
显示文件 Open project: AutomataDotNet/Automata Class Usage Examples

Public Properties

Property Type Description
elems List
name FastToken
sort FastSort

Public Methods

Method Description
Add ( FastToken elem ) : void
EnumDef ( FastToken name ) : System
PrettyPrint ( StringBuilder sb ) : void

Private Methods

Method Description
Typecheck ( FastPgm pgm ) : void

Method Details

Add() public method

public Add ( FastToken elem ) : void
elem FastToken
return void

EnumDef() public method

public EnumDef ( FastToken name ) : System
name FastToken
return System

PrettyPrint() public method

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
return void

Property Details

elems public_oe property

public List elems
return List

name public_oe property

public FastToken,Microsoft.Fast.AST name
return FastToken

sort public_oe property

public FastSort,Microsoft.Fast.AST sort
return FastSort