Searched refs:fixityList (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewableType.java107 private List fixityList; field in class:ViewableType.ArrayType
109 ArrayType(List fixityList, ElementType elementType) argument
112 setFixityList(fixityList);
120 protected void setFixityList(List fixityList) argument
122 this.fixityList = fixityList;
127 return(fixityList.size());
132 return(fixityList);

Completed in 74 milliseconds