git://git.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Introduce a field "stringValue" used by the new method getString() that read a string...
[phpeclipse.git]
/
net.sourceforge.phpeclipse
/
src
/
net
/
sourceforge
/
phpeclipse
/
resourcesview
/
PHPElement.java
1
package net.sourceforge.phpeclipse.resourcesview;
2
3
import org.eclipse.core.resources.IResource;
4
5
public interface PHPElement {
6
public IResource getUnderlyingResource();
7
}