This is the complete list of members for AST.InterfaceDefinition, including all inherited members.
| Accept(Visitor v, Object o) | AST.InterfaceDefinition | virtual |
| AcceptOperation(AstOperation op, object arg) | AST.IdDeclaration | virtual |
| AddNewField(FieldDeclaration f) | AST.TypeDefinition | |
| AstNode(Location location) | AST.AstNode | protected |
| BaseClass | AST.TypeDefinition | |
| Declaration(string type, Location location) | AST.Declaration | protected |
| Equals(object obj) | AST.AstNode | |
| frozenTypeExpression | AST.Declaration | protected |
| FullName | AST.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 | |
| Identifier | AST.IdDeclaration | |
| IdentifierExp | AST.IdDeclaration | |
| ILName | AST.IdDeclaration | |
| ILTypeExpression | AST.Declaration | |
| InterfaceDefinition(SingleIdentifierExpression id, List< Modifier > mods, List< string > bases, List< Declaration > decls, ErrorManagement.Location location) | AST.InterfaceDefinition | |
| location | AST.AstNode | protected |
| Location | AST.AstNode | |
| MemberCount | AST.TypeDefinition | |
| members | AST.TypeDefinition | protected |
| Modifiers | AST.TypeDefinition | |
| RemoveMemberElement(int index) | AST.TypeDefinition | |
| Statement(Location location) | AST.Statement | protected |
| Symbol | AST.IdDeclaration | |
| TypeDefinition(SingleIdentifierExpression id, List< Modifier > mods, List< string > bases, List< Declaration > decls, Location location) | AST.TypeDefinition | protected |
| TypeExpr | AST.Declaration | |