|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.problets.domain.model.DomainModel
org.problets.domain.model.variable.AbstractVarModel
org.problets.domain.model.variable.AccessVarModel
public abstract class AccessVarModel
Base class for PtrModel and RefVarModel - both access variables
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
AccessVarModel(java.lang.String inputType)
|
|
| Method Summary | |
|---|---|
void |
addToAssignees(java.lang.String template,
ActivationRecord activationRecord)
Creates any random objects on RHS of initialization or assignment and adds variables on RHS to the list of objects to which the access variable points - so that these objects can be displayed in the drop-down menu for the access variable |
java.util.Vector |
getAssignees()
Returns a vector of all the variables and anonymous variables to which this pointer points over the course of a program - Called by ActivationRecord.getAllPointees() |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class org.problets.domain.model.variable.AbstractVarModel |
|---|
clone, explainObject, explainProcess, getAllocated, getAssigned, getCode, getDeclared, getMetaDataType, getName, getPossibleErrors, getType, getValue, getValueDifference, print, resetAllocated, resetDeclared, resetFlags, setAllocated, setDeclared, setValue |
| Methods inherited from class org.problets.domain.model.DomainModel |
|---|
getId, getIdName, grade |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessVarModel(java.lang.String inputType)
| Method Detail |
|---|
public java.util.Vector getAssignees()
public void addToAssignees(java.lang.String template,
ActivationRecord activationRecord)
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||