[jbosstools-commits] JBoss Tools SVN: r17623 - trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/resolver.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Sep 16 14:37:01 EDT 2009


Author: akazakov
Date: 2009-09-16 14:37:01 -0400 (Wed, 16 Sep 2009)
New Revision: 17623

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:01:25 UTC (rev 17622)
+++ 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)
@@ -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



More information about the jbosstools-commits mailing list