git://git.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Modified: 1764120 - Variables View doesn't show global vars in class context
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.sql
/
src
/
net
/
sourceforge
/
phpdt
/
sql
/
model
/
View.java
1
package net.sourceforge.phpdt.sql.model;
2
3
4
/**
5
* @author BC
6
*/
7
public interface View extends Entity {
8
9
public int getSize();
10
11
}