Author: akazakov
Date: 2009-09-16 14:39:26 -0400 (Wed, 16 Sep 2009)
New Revision: 17624
Removed:
trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/resolver/JavaMemberELSegment.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4860
Deleted:
trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/resolver/JavaMemberELSegment.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/resolver/JavaMemberELSegment.java 2009-09-16
18:37:01 UTC (rev 17623)
+++
trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/resolver/JavaMemberELSegment.java 2009-09-16
18:39:26 UTC (rev 17624)
@@ -1,40 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Red Hat, Inc.
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at
http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Red Hat, Inc. - initial API and implementation
- ******************************************************************************/
-package org.jboss.tools.common.el.core.resolver;
-
-import org.eclipse.jdt.core.IJavaElement;
-
-/**
- * Describes a segment of EL operand which is a Java Element.
- * @author Alexey Kazakov
- */
-public interface JavaMemberELSegment extends ELSegment {
-
- /**
- * @return member info object of resolved segment. May return null.
- */
- TypeInfoCollector.MemberInfo getMemberInfo();
-
- /**
- * @return Java Element which represent this resolve segment. May return null.
- */
- IJavaElement getJavaElement();
-
- /**
- * @return true if an underlying object is field and this field has getter.
- */
- boolean hasGetter();
-
- /**
- * @return true if an underlying object is field and this field has setter.
- */
- boolean hasSetter();
-}
\ No newline at end of file