| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 1991)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -213,7 +213,6 @@
|
| RawAbstractType* ParseType(TypeResolution type_resolution);
|
| void ParseTypeParameters(const Class& cls);
|
| RawTypeArguments* ParseTypeArguments(TypeResolution type_resolution);
|
| - RawAbstractType* ParseInterface();
|
| void ParseQualIdent(QualIdent* qual_ident);
|
| void ParseMethodOrConstructor(ClassDesc* members, MemberDesc* method);
|
| void ParseFieldDefinition(ClassDesc* members, MemberDesc* field);
|
| @@ -236,6 +235,7 @@
|
| void ParseConstructorRedirection(const Class& cls, LocalVariable* receiver);
|
| void ParseInitializers(const Class& cls, LocalVariable* receiver);
|
| String& ParseNativeDeclaration();
|
| + // TODO(srdjan): Return TypeArguments instead of Array?
|
| RawArray* ParseInterfaceList();
|
| void AddInterfaces(intptr_t interfaces_pos,
|
| const Class& cls,
|
|
|