Searched refs:sCAddr (Results 1 – 1 of 1) sorted by relevance
99 CellAddress sCAddr = (CellAddress) tEnv.getObjRelation("CELLPOS") ; in _getPosition() local100 if (sCAddr == null) throw new StatusException(Status.failed in _getPosition()105 bResult = (oCAddr != null) && (sCAddr != null) && in _getPosition()106 ValueComparer.equalValue(oCAddr, sCAddr) ; in _getPosition()
Completed in 10 milliseconds