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

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

Accept(Visitor v, Object o)AST.ThrowStatementvirtual
AcceptOperation(AstOperation op, object arg)AST.Statementvirtual
AstNode(Location location)AST.AstNodeprotected
Equals(object obj)AST.AstNode
GetHashCode()AST.AstNode
LocationAST.AstNode
locationAST.AstNodeprotected
Statement(Location location)AST.Statementprotected
ThrowExpressionAST.ThrowStatement
ThrowStatement(Expression throwExp, Location location)AST.ThrowStatement