| java.lang.Object de.uka.ilkd.key.logic.op.TermSymbol de.uka.ilkd.key.logic.op.ProgramVariable de.uka.ilkd.key.logic.op.LocationVariable
LocationVariable | public class LocationVariable extends ProgramVariable implements Location(Code) | | This class represents all kind of local and instance variables. In addition it represents
static variables, which are no compile time constants, i.e. which are not final or
not initialised with a compile time constant.
|
Constructor Summary | |
public | LocationVariable(ProgramElementName name, KeYJavaType t, KeYJavaType containingType, boolean isStatic, boolean isModel, boolean isGhost) | public | LocationVariable(ProgramElementName name, KeYJavaType t, KeYJavaType containingType, boolean isStatic) | public | LocationVariable(ProgramElementName name, KeYJavaType t) | public | LocationVariable(ProgramElementName name, Sort s) |
isRigid | public boolean isRigid(Term term)(Code) | | true if the value of "term" having this operator astop-level operator and may not be changed by modalities |
|
|