| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/type/Type.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/type/Type.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/type/Type.java
|
| index 37cf5bdb4455ead745e1c36e439c60d91ca53a26..4537cd04b27630e6873d8a8307e38200806db9fa 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/type/Type.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/type/Type.java
|
| @@ -83,6 +83,13 @@ public interface Type {
|
| public boolean isMoreSpecificThan(Type type);
|
|
|
| /**
|
| + * Return {@code true} if this type represents the type 'Object'.
|
| + *
|
| + * @return {@code true} if this type represents the type 'Object'
|
| + */
|
| + public boolean isObject();
|
| +
|
| + /**
|
| * Return {@code true} if this type is a subtype of the given type.
|
| *
|
| * @param type the type being compared with this type
|
|
|