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

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

Accept(Visitor v, Object o)AST.FieldDefinitionvirtual
AcceptOperation(AstOperation op, object arg)AST.IdDeclarationvirtual
AstNode(Location location)AST.AstNodeprotected
Declaration(string type, Location location)AST.Declarationprotected
Equals(object obj)AST.AstNode
FieldDeclaration(SingleIdentifierExpression id, string type, List< Modifier > modifiers, Location location)AST.FieldDeclaration
FieldDefinition(SingleIdentifierExpression id, Expression init, string type, List< Modifier > modifiers, Location location)AST.FieldDefinition
FieldSymbolAST.FieldDeclaration
frozenTypeExpressionAST.Declarationprotected
FullNameAST.Declaration
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
InitAST.FieldDefinition
locationAST.AstNodeprotected
LocationAST.AstNode
ModifiersInfoAST.FieldDeclaration
Statement(Location location)AST.Statementprotected
SymbolAST.IdDeclaration
TypeExprAST.Declaration
TypeInfoAST.FieldDeclaration