The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
AST.SwitchSection Member List

This is the complete list of members for AST.SwitchSection, including all inherited members.

Accept(Visitor v, Object o)AST.SwitchSectionvirtual
AcceptOperation(AstOperation op, object arg)AST.Statementvirtual
AstNode(Location location)AST.AstNodeprotected
Equals(object obj)AST.AstNode
GetHashCode()AST.AstNode
IsDefaultCase()AST.SwitchSection
LabelCountAST.SwitchSection
LabelSectionAST.SwitchSection
locationAST.AstNodeprotected
LocationAST.AstNode
Statement(Location location)AST.Statementprotected
SwitchBlockAST.SwitchSection
SwitchSection(List< SwitchLabel > labels, List< Statement > stats, Location location)AST.SwitchSection