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

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

Accept(Visitor v, Object o)AST.PropertyDefinitionvirtual
AcceptOperation(AstOperation op, object arg)AST.IdDeclarationvirtual
AstNode(Location location)AST.AstNodeprotected
Declaration(string type, Location location)AST.Declarationprotected
Equals(object obj)AST.AstNode
frozenTypeExpressionAST.Declarationprotected
FullNameAST.Declaration
GetBlockAST.PropertyDefinition
GetHashCode()AST.AstNode
IdDeclaration(SingleIdentifierExpression id, string type, Location location)AST.IdDeclaration
IdDeclaration(SingleIdentifierExpression id, int indexSSA, string type, Location location)AST.IdDeclaration
IdentifierAST.IdDeclaration
IdentifierExpAST.IdDeclaration
ILNameAST.IdDeclaration
ILTypeExpressionAST.Declaration
LocationAST.AstNode
locationAST.AstNodeprotected
PropertyDefinition(SingleIdentifierExpression id, string type, Statement get, Statement set, Location location)AST.PropertyDefinition
SetBlockAST.PropertyDefinition
Statement(Location location)AST.Statementprotected
SymbolAST.IdDeclaration
TypeExprAST.Declaration