|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.emf.type.core.NullElementMatcher
public class NullElementMatcher
Element matcher that matches nothing.
Constructor Summary | |
---|---|
NullElementMatcher()
|
Method Summary | |
---|---|
boolean |
matches(org.eclipse.emf.ecore.EObject eObject)
Always returns false . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullElementMatcher()
Method Detail |
---|
public boolean matches(org.eclipse.emf.ecore.EObject eObject)
false
.
matches
in interface IElementMatcher
eObject
- the model element to match
true
if I match eObject
,
false
otherwise.
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.