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

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

Accept(Visitor v, Object o)AST.InterfaceDefinitionvirtual
AcceptOperation(AstOperation op, object arg)AST.IdDeclarationvirtual
AddNewField(FieldDeclaration f)AST.TypeDefinition
AstNode(Location location)AST.AstNodeprotected
BaseClassAST.TypeDefinition
Declaration(string type, Location location)AST.Declarationprotected
Equals(object obj)AST.AstNode
frozenTypeExpressionAST.Declarationprotected
FullNameAST.Declaration
GetHashCode()AST.AstNode
GetMemberElement(int index)AST.TypeDefinition
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
InterfaceDefinition(SingleIdentifierExpression id, List< Modifier > mods, List< string > bases, List< Declaration > decls, ErrorManagement.Location location)AST.InterfaceDefinition
locationAST.AstNodeprotected
LocationAST.AstNode
MemberCountAST.TypeDefinition
membersAST.TypeDefinitionprotected
ModifiersAST.TypeDefinition
RemoveMemberElement(int index)AST.TypeDefinition
Statement(Location location)AST.Statementprotected
SymbolAST.IdDeclaration
TypeDefinition(SingleIdentifierExpression id, List< Modifier > mods, List< string > bases, List< Declaration > decls, Location location)AST.TypeDefinitionprotected
TypeExprAST.Declaration