JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
votorola.g.lang
Interface Typifier
public interface
Typifier
A tester of type membership. It is useful for types that cannot be discriminated by the instanceof operator, such as subclasses of GWT's JavaScriptObject.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
isInstance
(
Object
o)
Answers whether the specified object is assignment-compatible with the class tested by this Typifier.
Method Detail
isInstance
boolean
isInstance
(
Object
o)
Answers whether the specified object is assignment-compatible with the class tested by this Typifier.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method